flesh out libtls test program a bit, move to tests
This commit is contained in:
7
libtls-standalone/tests/Makefile.am
Normal file
7
libtls-standalone/tests/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
AM_CFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
check_PROGRAMS = test
|
||||
|
||||
TESTS = test
|
||||
test_SOURCES = test.c
|
||||
test_LDADD = -lcrypto -lssl $(top_builddir)/src/libtls.la
|
Reference in New Issue
Block a user