blob: e5d8739e08d74fd8ca3ccdda29e64d09d43ba124 [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
paul1d2c8932005-04-22 00:54:44 +00004noinst_PROGRAMS = testsig testbuffer testmemory heavy heavythread
paul41c14a12004-07-26 19:27:51 +00005testsig_SOURCES = test-sig.c
paul4dcadf72005-04-13 03:31:35 +00006testbuffer_SOURCES = test-buffer.c
7testmemory_SOURCES = test-memory.c
paul1d2c8932005-04-22 00:54:44 +00008heavy_SOURCES = heavy.c
9heavythread_SOURCES = heavy-thread.c
paul41c14a12004-07-26 19:27:51 +000010
11testsig_LDADD = ../lib/libzebra.la @LIBCAP@
paul4dcadf72005-04-13 03:31:35 +000012testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
13testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
paul1d2c8932005-04-22 00:54:44 +000014heavy_LDADD = ../lib/libzebra.la @LIBCAP@
15heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm