2011-12-14 09:20:46 -08:00
|
|
|
# vim:ft=automake
|
|
|
|
# included from Top Level Makefile.am
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
|
|
|
|
2016-02-26 15:30:11 +01:00
|
|
|
if BUILD_TESTS
|
2014-03-06 21:34:33 -08:00
|
|
|
noinst_PROGRAMS += tests/unit.test
|
|
|
|
tests_unit_test_SOURCES = \
|
2012-11-01 12:36:47 -07:00
|
|
|
tests/unit.c \
|
|
|
|
tests/api.c \
|
|
|
|
tests/suites.c \
|
2012-08-06 17:14:31 -07:00
|
|
|
tests/hash.c \
|
2022-05-30 11:17:03 +02:00
|
|
|
tests/w64wrapper.c \
|
2015-07-07 12:01:47 -03:00
|
|
|
tests/srp.c \
|
2022-08-08 13:24:00 +02:00
|
|
|
tests/quic.c \
|
2012-11-01 12:36:47 -07:00
|
|
|
examples/client/client.c \
|
|
|
|
examples/server/server.c
|
2021-04-01 13:08:41 -05:00
|
|
|
tests_unit_test_CFLAGS = -DNO_MAIN_DRIVER $(AM_CFLAGS) $(WOLFSENTRY_INCLUDE)
|
|
|
|
tests_unit_test_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD) $(WOLFSENTRY_LIB)
|
2014-12-29 10:27:03 -07:00
|
|
|
tests_unit_test_DEPENDENCIES = src/libwolfssl.la
|
2012-11-29 11:31:57 -08:00
|
|
|
endif
|
2021-09-27 10:29:41 -04:00
|
|
|
EXTRA_DIST += tests/unit.h \
|
|
|
|
tests/test.conf \
|
2019-07-18 13:59:32 +10:00
|
|
|
tests/test-sha2.conf \
|
2016-11-24 01:31:07 +10:00
|
|
|
tests/test-tls13.conf \
|
2018-05-17 09:08:03 +10:00
|
|
|
tests/test-tls13-down.conf \
|
2017-10-20 11:24:20 +10:00
|
|
|
tests/test-tls13-ecc.conf \
|
2018-05-17 09:08:03 +10:00
|
|
|
tests/test-tls13-psk.conf \
|
2021-09-27 10:29:41 -04:00
|
|
|
tests/test-tls13-pq.conf \
|
2018-05-17 09:08:03 +10:00
|
|
|
tests/test-psk.conf \
|
2015-08-03 09:32:51 -07:00
|
|
|
tests/test-psk-no-id.conf \
|
2019-07-18 13:59:32 +10:00
|
|
|
tests/test-psk-no-id-sha2.conf \
|
2016-02-11 13:49:07 -07:00
|
|
|
tests/test-dtls.conf \
|
2022-07-05 10:37:12 +02:00
|
|
|
tests/test-dtls-downgrade.conf \
|
2020-07-22 13:20:23 -07:00
|
|
|
tests/test-dtls-fails.conf \
|
2021-03-04 12:27:35 +01:00
|
|
|
tests/test-dtls-fails-cipher.conf \
|
2020-05-27 18:08:25 +02:00
|
|
|
tests/test-dtls-group.conf \
|
2021-04-12 20:02:18 +02:00
|
|
|
tests/test-dtls-mtu.conf \
|
2020-05-27 18:08:25 +02:00
|
|
|
tests/test-dtls-reneg-client.conf \
|
|
|
|
tests/test-dtls-reneg-server.conf \
|
2020-06-18 14:18:02 +02:00
|
|
|
tests/test-dtls-resume.conf \
|
2019-07-18 13:59:32 +10:00
|
|
|
tests/test-dtls-sha2.conf \
|
2022-01-19 13:03:29 +01:00
|
|
|
tests/test-dtls-srtp.conf \
|
|
|
|
tests/test-dtls-srtp-fails.conf \
|
2022-05-20 10:00:40 +02:00
|
|
|
tests/test-dtls13.conf \
|
|
|
|
tests/test-dtls13-downgrade.conf \
|
|
|
|
tests/test-dtls13-psk.conf \
|
2016-12-21 14:24:20 -08:00
|
|
|
tests/test-sctp.conf \
|
2019-07-18 13:59:32 +10:00
|
|
|
tests/test-sctp-sha2.conf \
|
2017-06-22 14:14:45 -06:00
|
|
|
tests/test-sig.conf \
|
2018-04-05 12:43:03 -07:00
|
|
|
tests/test-ed25519.conf \
|
2020-02-19 18:07:45 +10:00
|
|
|
tests/test-ed448.conf \
|
2018-05-03 09:40:51 -07:00
|
|
|
tests/test-enckeys.conf \
|
2018-10-16 16:47:24 -07:00
|
|
|
tests/test-maxfrag.conf \
|
|
|
|
tests/test-maxfrag-dtls.conf \
|
2018-12-21 09:33:54 -08:00
|
|
|
tests/test-fails.conf \
|
|
|
|
tests/test-chains.conf \
|
|
|
|
tests/test-altchains.conf \
|
2018-12-27 11:08:49 -08:00
|
|
|
tests/test-trustpeer.conf \
|
2020-09-15 10:08:30 +10:00
|
|
|
tests/test-dhprime.conf \
|
2020-10-15 13:30:20 -07:00
|
|
|
tests/test-p521.conf \
|
2020-10-28 11:57:18 +01:00
|
|
|
tests/test-ecc-cust-curves.conf \
|
|
|
|
tests/NCONF_test.cnf \
|
2021-04-23 15:56:09 -07:00
|
|
|
tests/test-tls-downgrade.conf \
|
2020-10-28 11:57:18 +01:00
|
|
|
tests/TXT_DB.txt
|
2014-03-06 21:34:33 -08:00
|
|
|
DISTCLEANFILES+= tests/.libs/unit.test
|