Rename test-randombytes to randombytes to be consistent

This commit is contained in:
Frank Denis
2013-01-20 15:44:05 -08:00
parent a1fa3e6438
commit f82e550518
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -4,7 +4,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libsodium/include/sodium
TESTS_TARGETS = \
test-randombytes \
auth \
auth2 \
auth3 \
@@ -24,6 +23,7 @@ TESTS_TARGETS = \
onetimeauth \
onetimeauth2 \
onetimeauth7 \
randombytes \
scalarmult \
scalarmult2 \
scalarmult5 \
@@ -100,6 +100,9 @@ onetimeauth2_LDADD = $(TESTS_LDADD)
onetimeauth7_SOURCE = onetimeauth7.c
onetimeauth7_LDADD = $(TESTS_LDADD)
randombytes_SOURCE = randombytes.c
randombytes_LDADD = $(TESTS_LDADD)
scalarmult_SOURCE = scalarmult.c
scalarmult_LDADD = $(TESTS_LDADD)
@@ -136,7 +139,4 @@ stream3_LDADD = $(TESTS_LDADD)
stream4_SOURCE = stream4.c
stream4_LDADD = $(TESTS_LDADD)
test_randombytes_SOURCE = test-randombytes.c
test_randombytes_LDADD = $(TESTS_LDADD)
verify: check