mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 04:40:56 +01:00
added tests/pipetest.c so I can test pcpstream with armoring with various blocksizes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
AM_CFLAGS = -I../include/pcp -I../src -I../libpcp/scrypt/crypto -Wall -g
|
||||
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest cpptest buffertest sample streamtest
|
||||
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest cpptest buffertest sample streamtest pipetest
|
||||
|
||||
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
gencheader_SOURCES = gencheader.c
|
||||
@@ -37,6 +37,9 @@ sample_SOURCES = sample.c
|
||||
streamtest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
streamtest_SOURCES = streamtest.c
|
||||
|
||||
pipetest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
pipetest_SOURCES = pipetest.c
|
||||
|
||||
col_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
col_SOURCES = collisions.c ../src/compat_getopt.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user