-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 \
if BGPD
TESTS_BGPD = aspathtest testbgpcap ecommtest testbgpmpattr testbgpmpath
-DEJATOOL += bgpd
else
TESTS_BGPD =
endif
testcli \
$(TESTS_BGPD)
+TESTS = $(TESTS_BGPD) teststream tabletest testmemory testnexthopiter \
+ test-timer-correctness tabletest
+
+
../vtysh/vtysh_cmd.c:
$(MAKE) -C ../vtysh vtysh_cmd.c