blob: a63416fffa26616c0f72175f4c7ac4ee68dc8b34 [file] [log] [blame]
paul41c14a12004-07-26 19:27:51 +00001INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
2DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
3
paul1f377b02005-09-10 18:00:11 +00004noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
Paul Jakma6d582722007-08-06 15:21:45 +00005 aspathtest testprivs teststream testbgpcap
paul41c14a12004-07-26 19:27:51 +00006testsig_SOURCES = test-sig.c
paul4dcadf72005-04-13 03:31:35 +00007testbuffer_SOURCES = test-buffer.c
8testmemory_SOURCES = test-memory.c
paul84771ee2005-10-11 03:48:28 +00009testprivs_SOURCES = test-privs.c
paul067fca82006-01-10 14:49:04 +000010teststream_SOURCES = test-stream.c
paul9f3f7a12005-04-25 16:42:24 +000011heavy_SOURCES = heavy.c main.c
12heavywq_SOURCES = heavy-wq.c main.c
13heavythread_SOURCES = heavy-thread.c main.c
paul1f377b02005-09-10 18:00:11 +000014aspathtest_SOURCES = aspath_test.c
Paul Jakma6d582722007-08-06 15:21:45 +000015testbgpcap_SOURCES = bgp_capability_test.c
paul41c14a12004-07-26 19:27:51 +000016
17testsig_LDADD = ../lib/libzebra.la @LIBCAP@
paul4dcadf72005-04-13 03:31:35 +000018testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
19testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
paul84771ee2005-10-11 03:48:28 +000020testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
paul067fca82006-01-10 14:49:04 +000021teststream_LDADD = ../lib/libzebra.la @LIBCAP@
paul9f3f7a12005-04-25 16:42:24 +000022heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
23heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
paul1d2c8932005-04-22 00:54:44 +000024heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
paul1f377b02005-09-10 18:00:11 +000025aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
Paul Jakma6d582722007-08-06 15:21:45 +000026testbgpcap_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a