]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/CyaSSL/tests/include.am
Commit 3 RX100 low power demos.
[freertos] / FreeRTOS-Plus / 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 check_PROGRAMS += tests/unit
7 noinst_PROGRAMS += tests/unit
8 tests_unit_SOURCES = \
9                               tests/unit.c \
10                               tests/api.c \
11                               tests/suites.c \
12                   tests/hash.c \
13                               examples/client/client.c \
14                               examples/server/server.c
15 tests_unit_CFLAGS       = -DNO_MAIN_DRIVER $(AM_CFLAGS) $(PTHREAD_CFLAGS)
16 tests_unit_LDADD        = src/libcyassl.la  $(PTHREAD_LIBS)
17 tests_unit_DEPENDENCIES = src/libcyassl.la
18 EXTRA_DIST += tests/unit.h
19 EXTRA_DIST += tests/test.conf \
20               tests/test-openssl.conf \
21               tests/test-hc128.conf \
22               tests/test-psk.conf \
23               tests/test-ntru.conf \
24               tests/test-ecc.conf \
25               tests/test-aesgcm.conf \
26               tests/test-aesgcm-ecc.conf \
27               tests/test-aesgcm-openssl.conf \
28               tests/test-dtls.conf