blob: 94f7533dee5e8f4059f10913007478c5609a197b [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 \
paul067fca82006-01-10 14:49:04 +00005 aspathtest testprivs teststream
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
paul41c14a12004-07-26 19:27:51 +000015
16testsig_LDADD = ../lib/libzebra.la @LIBCAP@
paul4dcadf72005-04-13 03:31:35 +000017testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
18testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
paul84771ee2005-10-11 03:48:28 +000019testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
paul067fca82006-01-10 14:49:04 +000020teststream_LDADD = ../lib/libzebra.la @LIBCAP@
paul9f3f7a12005-04-25 16:42:24 +000021heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
22heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
paul1d2c8932005-04-22 00:54:44 +000023heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
paul1f377b02005-09-10 18:00:11 +000024aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a