dc152645503b989a45431ebbd345eb605cb21c35
[libradsec.git] / lib / tests / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
3 AM_CFLAGS = -Wall -Werror -g
4
5 TESTS = test-udp
6
7 check_PROGRAMS = test-udp udp-server
8
9 test_udp_SOURCES = test-udp.c udp.c udp.h
10 test_udp_LDADD = ../libradsec.la -lcunit -lm
11
12 udp_server_SOURCES = udp-server.c udp.c udp.h