diff options
author | Linus Nordberg <linus@nordu.net> | 2012-01-31 15:03:59 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-01-31 15:03:59 +0100 |
commit | 5de17475ceec5c60d8945218a1a87a163db7415b (patch) | |
tree | 0da029c0fcab49b3010092612e26da78fc39c0a7 /lib/tests/Makefile.am | |
parent | dcd224f1fdf864fba1e1c1dd0b3f521fe43e4013 (diff) |
Get the test suite going again.libradsec-psk
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 526dcdc..7c5408b 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = -Wall -g -bin_PROGRAMS = test-udp udp-server +TESTS = test-udp + +check_PROGRAMS = test-udp udp-server test_udp_SOURCES = test-udp.c udp.c test_udp_LDADD = ../libradsec.la -lcgreen -lm |