added raw library encryption test with static keys, cipher and message

This commit is contained in:
TLINDEN
2013-11-24 19:59:55 +01:00
parent e2713d40ec
commit ff78754ddd
20 changed files with 297 additions and 242 deletions

View File

@@ -20,7 +20,15 @@
#
AM_CFLAGS = -I../include/pcp -Wall -g
check_PROGRAMS = col invalidkeys pwhashes
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
gencheader_SOURCES = gencheader.c
statictest_LDADD = ../libpcp/.libs/libpcp1.a
statictest_SOURCES = statictest.c
col_LDADD = ../libpcp/.libs/libpcp1.a
col_SOURCES = collisions.c ../src/compat_getopt.c