+ sayonara old_pid!
[jleu-quagga.git] / tests / Makefile.am
bloba63416fffa26616c0f72175f4c7ac4ee68dc8b34
1 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
2 DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
4 noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
5                 aspathtest testprivs teststream testbgpcap
6 testsig_SOURCES = test-sig.c
7 testbuffer_SOURCES = test-buffer.c
8 testmemory_SOURCES = test-memory.c
9 testprivs_SOURCES = test-privs.c
10 teststream_SOURCES = test-stream.c
11 heavy_SOURCES = heavy.c main.c
12 heavywq_SOURCES = heavy-wq.c main.c
13 heavythread_SOURCES = heavy-thread.c main.c
14 aspathtest_SOURCES = aspath_test.c
15 testbgpcap_SOURCES = bgp_capability_test.c
17 testsig_LDADD = ../lib/libzebra.la @LIBCAP@
18 testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
19 testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
20 testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
21 teststream_LDADD = ../lib/libzebra.la @LIBCAP@
22 heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
23 heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
24 heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
25 aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
26 testbgpcap_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a