added fuzz unittests, trying to import invalid binary keys using mangle.c by Ilja van Sprundel

This commit is contained in:
TLINDEN
2014-03-14 15:49:42 +01:00
parent 1c068d441d
commit 92c14cc621
4 changed files with 147 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
AM_CFLAGS = -I../include/pcp -I../src -I../libpcp/scrypt/crypto -Wall -g
check_PROGRAMS = col invalidkeys gencheader statictest cpptest \
buffertest sample streamtest pipetest decodertest
buffertest sample streamtest pipetest decodertest mangle
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
gencheader_SOURCES = gencheader.c
@@ -47,6 +47,9 @@ decodertest_SOURCES = decodertest.c
col_LDADD = ../libpcp/.libs/libpcp1.a
col_SOURCES = collisions.c ../src/compat_getopt.c
mangle_LDADD =
mangle_SOURCES = mangle.c
invalidkeys_LDADD = ../libpcp/.libs/libpcp1.a \
../src/keyprint.o ../src/keymgmt.o ../src/readpass.o
invalidkeys_SOURCES = invalidkeys.c