Skip to content

Commit d0006f1

Browse files
committed
add urcrypt tests
1 parent 424cd37 commit d0006f1

2 files changed

Lines changed: 1068 additions & 2 deletions

File tree

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ test_runner_SOURCES = tests/test_runner.c \
179179
tests/test_keccak.c \
180180
tests/test_monocypher.c \
181181
tests/test_murmur3.c \
182-
tests/test_scrypt.c
182+
tests/test_scrypt.c \
183+
tests/test_urcrypt.c
183184

184185
test_runner_CPPFLAGS = -I$(srcdir) \
185186
-I$(srcdir)/ed25519/src \
@@ -188,7 +189,8 @@ test_runner_CPPFLAGS = -I$(srcdir) \
188189
-I$(srcdir)/blake3 \
189190
-I$(srcdir)/monocypher \
190191
-I$(srcdir)/keccak-tiny \
191-
-I$(srcdir)/scrypt
192+
-I$(srcdir)/scrypt \
193+
-I$(srcdir)/urcrypt
192194

193195
test_runner_CFLAGS = $(LIBCRYPTO_CFLAGS) \
194196
$(LIBSECP256K1_CFLAGS) \

0 commit comments

Comments
 (0)