wolfssl/tests/include.am

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-12-14 21:20:46 +04:00
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
if BUILD_TESTS
2014-03-07 09:34:33 +04:00
check_PROGRAMS += tests/unit.test
noinst_PROGRAMS += tests/unit.test
tests_unit_test_SOURCES = \
tests/unit.c \
tests/api.c \
tests/suites.c \
2012-08-07 04:14:31 +04:00
tests/hash.c \
2015-07-07 18:01:47 +03:00
tests/srp.c \
examples/client/client.c \
examples/server/server.c
2014-03-07 09:34:33 +04:00
tests_unit_test_CFLAGS = -DNO_MAIN_DRIVER $(AM_CFLAGS)
tests_unit_test_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
2014-12-29 20:27:03 +03:00
tests_unit_test_DEPENDENCIES = src/libwolfssl.la
endif
EXTRA_DIST += tests/unit.h
2012-08-08 04:01:59 +04:00
EXTRA_DIST += tests/test.conf \
2016-11-23 18:31:07 +03:00
tests/test-tls13.conf \
2018-05-17 02:08:03 +03:00
tests/test-tls13-down.conf \
tests/test-tls13-ecc.conf \
2018-05-17 02:08:03 +03:00
tests/test-tls13-psk.conf \
2015-08-03 19:32:51 +03:00
tests/test-qsh.conf \
2018-05-17 02:08:03 +03:00
tests/test-psk.conf \
2015-08-03 19:32:51 +03:00
tests/test-psk-no-id.conf \
tests/test-dtls.conf \
tests/test-sctp.conf \
2017-06-22 23:14:45 +03:00
tests/test-sig.conf \
tests/test-ed25519.conf \
tests/test-enckeys.conf \
tests/test-fails.conf
2014-03-07 09:34:33 +04:00
DISTCLEANFILES+= tests/.libs/unit.test