X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/tests/Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index b13e903..4770081 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,15 +1,5 @@ -AUTOMAKE_OPTIONS = dejagnu -DEJATOOL = libzebra - -SUBDIRS = \ - bgpd.tests \ - libzebra.tests EXTRA_DIST = \ - config/unix.exp \ - lib/bgpd.exp \ - lib/libzebra.exp \ - global-conf.exp \ testcommands.in \ testcommands.refout \ testcli.in \ @@ -20,7 +10,6 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" if BGPD TESTS_BGPD = aspathtest testbgpcap ecommtest testbgpmpattr testbgpmpath -DEJATOOL += bgpd else TESTS_BGPD = endif @@ -31,6 +20,10 @@ check_PROGRAMS = testsig testsegv testbuffer testmemory heavy heavywq heavythrea testcli \ $(TESTS_BGPD) +TESTS = $(TESTS_BGPD) teststream tabletest testmemory testnexthopiter \ + test-timer-correctness tabletest + + ../vtysh/vtysh_cmd.c: $(MAKE) -C ../vtysh vtysh_cmd.c