blob: cd6b2f1b4fc5eb3a0fa409c965b9ce8b7e4cd914 [file] [log] [blame]
Vincent Bernat9e7a5482012-05-22 14:32:22 +02001INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
paul41c14a12004-07-26 19:27:51 +00002DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
3
Paul P Komkoff Jr46bc0e42008-08-13 16:17:04 +01004AM_CFLAGS = $(PICFLAGS)
5AM_LDFLAGS = $(PILDFLAGS)
6
paul1f377b02005-09-10 18:00:11 +00007noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
Paul Jakma343f7202008-06-07 20:32:38 +00008 aspathtest testprivs teststream testbgpcap ecommtest \
Avneesh Sachdev28971c82012-08-17 08:19:50 -07009 testbgpmpattr testchecksum testbgpmpath tabletest
Paul Jakma343f7202008-06-07 20:32:38 +000010
paul41c14a12004-07-26 19:27:51 +000011testsig_SOURCES = test-sig.c
paul4dcadf72005-04-13 03:31:35 +000012testbuffer_SOURCES = test-buffer.c
13testmemory_SOURCES = test-memory.c
paul84771ee2005-10-11 03:48:28 +000014testprivs_SOURCES = test-privs.c
paul067fca82006-01-10 14:49:04 +000015teststream_SOURCES = test-stream.c
paul9f3f7a12005-04-25 16:42:24 +000016heavy_SOURCES = heavy.c main.c
17heavywq_SOURCES = heavy-wq.c main.c
18heavythread_SOURCES = heavy-thread.c main.c
paul1f377b02005-09-10 18:00:11 +000019aspathtest_SOURCES = aspath_test.c
Paul Jakma6d582722007-08-06 15:21:45 +000020testbgpcap_SOURCES = bgp_capability_test.c
Paul Jakma0b2aa3a2007-10-14 22:32:21 +000021ecommtest_SOURCES = ecommunity_test.c
Paul Jakma343f7202008-06-07 20:32:38 +000022testbgpmpattr_SOURCES = bgp_mp_attr_test.c
Paul Jakma5d4b8cf2008-11-16 18:34:19 +000023testchecksum_SOURCES = test-checksum.c
Josh Bailey42ea6852011-07-20 20:44:23 -070024testbgpmpath_SOURCES = bgp_mpath_test.c
Avneesh Sachdev28971c82012-08-17 08:19:50 -070025tabletest_SOURCES = table_test.c
paul41c14a12004-07-26 19:27:51 +000026
27testsig_LDADD = ../lib/libzebra.la @LIBCAP@
paul4dcadf72005-04-13 03:31:35 +000028testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
29testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
paul84771ee2005-10-11 03:48:28 +000030testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
paul067fca82006-01-10 14:49:04 +000031teststream_LDADD = ../lib/libzebra.la @LIBCAP@
paul9f3f7a12005-04-25 16:42:24 +000032heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
33heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
paul1d2c8932005-04-22 00:54:44 +000034heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
Avneesh Sachdevd1d3ac92012-10-04 16:21:34 +000035aspathtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
36testbgpcap_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
37ecommtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
38testbgpmpattr_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
Paul Jakma5d4b8cf2008-11-16 18:34:19 +000039testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@
Avneesh Sachdevd1d3ac92012-10-04 16:21:34 +000040testbgpmpath_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
Avneesh Sachdev28971c82012-08-17 08:19:50 -070041tabletest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm