mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 01:55:02 -07:00
Make room for several secretstream
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
parent
0bf3bb7a22
commit
019db2bc84
2
.gitignore
vendored
2
.gitignore
vendored
@ -148,7 +148,7 @@ test/default/secretbox7
|
||||
test/default/secretbox8
|
||||
test/default/secretbox_easy
|
||||
test/default/secretbox_easy2
|
||||
test/default/secretstream
|
||||
test/default/secretstream_xchacha20poly1305
|
||||
test/default/shorthash
|
||||
test/default/sign
|
||||
test/default/siphashx24
|
||||
|
@ -68,7 +68,7 @@ EXTRA_DIST = \
|
||||
secretbox8.exp \
|
||||
secretbox_easy.exp \
|
||||
secretbox_easy2.exp \
|
||||
secretstream.exp \
|
||||
secretstream_xchacha20poly1305.exp \
|
||||
shorthash.exp \
|
||||
sign.exp \
|
||||
siphashx24.exp \
|
||||
@ -149,7 +149,7 @@ DISTCLEANFILES = \
|
||||
secretbox8.res \
|
||||
secretbox_easy.res \
|
||||
secretbox_easy2.res \
|
||||
secretstream.res \
|
||||
secretstream_xchacha20poly1305.res \
|
||||
shorthash.res \
|
||||
sign.res \
|
||||
siphashx24.res \
|
||||
@ -233,7 +233,7 @@ TESTS_TARGETS = \
|
||||
secretbox8 \
|
||||
secretbox_easy \
|
||||
secretbox_easy2 \
|
||||
secretstream \
|
||||
secretstream_xchacha20poly1305 \
|
||||
shorthash \
|
||||
sign \
|
||||
sodium_core \
|
||||
@ -447,8 +447,8 @@ secretbox_easy_LDADD = $(TESTS_LDADD)
|
||||
secretbox_easy2_SOURCE = cmptest.h secretbox_easy2.c
|
||||
secretbox_easy2_LDADD = $(TESTS_LDADD)
|
||||
|
||||
secretstream_SOURCE = cmptest.h secretstream.c
|
||||
secretstream_LDADD = $(TESTS_LDADD)
|
||||
secretstream_xchacha20poly1305_SOURCE = cmptest.h secretstream_xchacha20poly1305.c
|
||||
secretstream_xchacha20poly1305_LDADD = $(TESTS_LDADD)
|
||||
|
||||
shorthash_SOURCE = cmptest.h shorthash.c
|
||||
shorthash_LDADD = $(TESTS_LDADD)
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#define TEST_NAME "secretstream"
|
||||
#define TEST_NAME "secretstream_xchacha20poly1305"
|
||||
#include "cmptest.h"
|
||||
|
||||
int
|
Loading…
Reference in New Issue
Block a user