diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-06 20:30:47 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-06 20:30:47 +0200 |
commit | 468e6e2a047583fc1d43c535d02507f83e88fc01 (patch) | |
tree | 899267b28472bdee1172f74dabc17cfccd6af8c6 /lib/tests/Makefile.am | |
parent | b9e967b3cde6af41cd0e863e9ff073897019625a (diff) |
Use CUnit for tests.
cgreen didn't seem properly maintained. CUnit seems to be widely used.
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 33ddb51..045991a 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -7,6 +7,6 @@ TESTS = test-udp check_PROGRAMS = test-udp udp-server test_udp_SOURCES = test-udp.c udp.c -test_udp_LDADD = ../libradsec.la -lcgreen -lm +test_udp_LDADD = ../libradsec.la -lcunit -lm udp_server_SOURCES = udp-server.c udp.c |