From 75732c2f1247725bf512b152450306157b56d78f Mon Sep 17 00:00:00 2001 From: linus Date: Wed, 19 Jan 2011 16:47:37 +0100 Subject: Add basic testing code. --- lib/tests/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/tests/Makefile.am (limited to 'lib/tests/Makefile.am') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am new file mode 100644 index 0000000..243719f --- /dev/null +++ b/lib/tests/Makefile.am @@ -0,0 +1,10 @@ +AUTOMAKE_OPTIONS = foreign +INCLUDES = -I$(top_srcdir)/include +AM_CFLAGS = -Wall -g + +bin_PROGRAMS = test-udp udp-server + +test_udp_SOURCES = test-udp.c +test_udp_LDADD = ../libradsec.la -lcgreen -lm + +udp_server_SOURCES = udp-server.c udp.c -- cgit v1.1