[tests] fix compilation of test-blinding

test-blinding currently fails to build with the following error:

In file included from ../libi2pd/Timestamp.cpp:19:
../libi2pd/RouterContext.h:21:10: fatal error:
I18N_langs.h: No such file or directory
   21 | #include "I18N_langs.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
pull/1687/head
Daniel Bermond 3 years ago
parent f0c49b58fb
commit 7d220fb2eb
No known key found for this signature in database
GPG Key ID: 019A7474297D8577

@ -1,4 +1,5 @@
CXXFLAGS += -Wall -Wextra -pedantic -O0 -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -I../libi2pd/ -pthread -Wl,--unresolved-symbols=ignore-in-object-files
INCFLAGS += -I ../i18n
TESTS = test-gost test-gost-sig test-base-64 test-x25519 test-aeadchacha20poly1305 test-blinding test-elligator

Loading…
Cancel
Save