]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/tests/include.am
Final commit before tagging - cosmetic changes only.
[freertos] / FreeRTOS-Plus / Source / CyaSSL / tests / include.am
1 # vim:ft=automake
2 # included from Top Level Makefile.am
3 # All paths should be given relative to the root
4
5
6 if BUILD_EXAMPLES
7 check_PROGRAMS += tests/unit.test
8 noinst_PROGRAMS += tests/unit.test
9 tests_unit_test_SOURCES = \
10                   tests/unit.c \
11                   tests/api.c \
12                   tests/suites.c \
13                   tests/hash.c \
14                   examples/client/client.c \
15                   examples/server/server.c
16 tests_unit_test_CFLAGS       = -DNO_MAIN_DRIVER $(AM_CFLAGS)
17 tests_unit_test_LDADD        = src/libcyassl.la
18 tests_unit_test_DEPENDENCIES = src/libcyassl.la
19 endif
20 EXTRA_DIST += tests/unit.h
21 EXTRA_DIST += tests/test.conf \
22               tests/test-dtls.conf
23 DISTCLEANFILES+= tests/.libs/unit.test