We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424cd37 commit d0006f1Copy full SHA for d0006f1
2 files changed
Makefile.am
@@ -179,7 +179,8 @@ test_runner_SOURCES = tests/test_runner.c \
179
tests/test_keccak.c \
180
tests/test_monocypher.c \
181
tests/test_murmur3.c \
182
- tests/test_scrypt.c
+ tests/test_scrypt.c \
183
+ tests/test_urcrypt.c
184
185
test_runner_CPPFLAGS = -I$(srcdir) \
186
-I$(srcdir)/ed25519/src \
@@ -188,7 +189,8 @@ test_runner_CPPFLAGS = -I$(srcdir) \
188
189
-I$(srcdir)/blake3 \
190
-I$(srcdir)/monocypher \
191
-I$(srcdir)/keccak-tiny \
- -I$(srcdir)/scrypt
192
+ -I$(srcdir)/scrypt \
193
+ -I$(srcdir)/urcrypt
194
195
test_runner_CFLAGS = $(LIBCRYPTO_CFLAGS) \
196
$(LIBSECP256K1_CFLAGS) \
0 commit comments