Browse Source

Make room for several secretstream

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
master
Adrien Gallouët 5 years ago
parent
commit
019db2bc84
  1. 2
      .gitignore
  2. 10
      test/default/Makefile.am
  3. 2
      test/default/secretstream_xchacha20poly1305.c
  4. 0
      test/default/secretstream_xchacha20poly1305.exp

2
.gitignore

@ -148,7 +148,7 @@ test/default/secretbox7
test/default/secretbox8 test/default/secretbox8
test/default/secretbox_easy test/default/secretbox_easy
test/default/secretbox_easy2 test/default/secretbox_easy2
test/default/secretstream test/default/secretstream_xchacha20poly1305
test/default/shorthash test/default/shorthash
test/default/sign test/default/sign
test/default/siphashx24 test/default/siphashx24

10
test/default/Makefile.am

@ -68,7 +68,7 @@ EXTRA_DIST = \
secretbox8.exp \ secretbox8.exp \
secretbox_easy.exp \ secretbox_easy.exp \
secretbox_easy2.exp \ secretbox_easy2.exp \
secretstream.exp \ secretstream_xchacha20poly1305.exp \
shorthash.exp \ shorthash.exp \
sign.exp \ sign.exp \
siphashx24.exp \ siphashx24.exp \
@ -149,7 +149,7 @@ DISTCLEANFILES = \
secretbox8.res \ secretbox8.res \
secretbox_easy.res \ secretbox_easy.res \
secretbox_easy2.res \ secretbox_easy2.res \
secretstream.res \ secretstream_xchacha20poly1305.res \
shorthash.res \ shorthash.res \
sign.res \ sign.res \
siphashx24.res \ siphashx24.res \
@ -233,7 +233,7 @@ TESTS_TARGETS = \
secretbox8 \ secretbox8 \
secretbox_easy \ secretbox_easy \
secretbox_easy2 \ secretbox_easy2 \
secretstream \ secretstream_xchacha20poly1305 \
shorthash \ shorthash \
sign \ sign \
sodium_core \ sodium_core \
@ -447,8 +447,8 @@ secretbox_easy_LDADD = $(TESTS_LDADD)
secretbox_easy2_SOURCE = cmptest.h secretbox_easy2.c secretbox_easy2_SOURCE = cmptest.h secretbox_easy2.c
secretbox_easy2_LDADD = $(TESTS_LDADD) secretbox_easy2_LDADD = $(TESTS_LDADD)
secretstream_SOURCE = cmptest.h secretstream.c secretstream_xchacha20poly1305_SOURCE = cmptest.h secretstream_xchacha20poly1305.c
secretstream_LDADD = $(TESTS_LDADD) secretstream_xchacha20poly1305_LDADD = $(TESTS_LDADD)
shorthash_SOURCE = cmptest.h shorthash.c shorthash_SOURCE = cmptest.h shorthash.c
shorthash_LDADD = $(TESTS_LDADD) shorthash_LDADD = $(TESTS_LDADD)

2
test/default/secretstream.c → test/default/secretstream_xchacha20poly1305.c

@ -1,5 +1,5 @@
#define TEST_NAME "secretstream" #define TEST_NAME "secretstream_xchacha20poly1305"
#include "cmptest.h" #include "cmptest.h"
int int

0
test/default/secretstream.exp → test/default/secretstream_xchacha20poly1305.exp

Loading…
Cancel
Save