summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2014-06-01 18:26:30 +0200
committerChristian Franke <chris@opensourcerouting.org>2017-01-30 13:54:40 +0100
commit785025eea0f7d1dffb1a097129f57cfb15600ae7 (patch)
treeaca3a9a3f2a525b61b937903cc37cbf88f211076 /tests/Makefile.am
parentlib: add second-level route_table for srcdest (diff)
downloadfrr-785025eea0f7d1dffb1a097129f57cfb15600ae7.tar.xz
frr-785025eea0f7d1dffb1a097129f57cfb15600ae7.zip
tests: add a test for the srcdest_table structure
Signed-off-by: Christian Franke <chris@opensourcerouting.org> [DL: v2: fix missing slash in tests/Makefile.am] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 76280f718..fe33bc5e5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,6 +35,7 @@ check_PROGRAMS = testsig testsegv testbuffer testmemory heavy heavywq heavythrea
testprivs teststream testchecksum tabletest testnexthopiter \
testcommands test-timer-correctness test-timer-performance \
testcli \
+ test-srcdest-table \
$(TESTS_BGPD)
../vtysh/vtysh_cmd.c:
@@ -72,6 +73,7 @@ testnexthopiter_SOURCES = test-nexthop-iter.c prng.c
testcommands_SOURCES = test-commands-defun.c test-commands.c prng.c
test_timer_correctness_SOURCES = test-timer-correctness.c prng.c
test_timer_performance_SOURCES = test-timer-performance.c prng.c
+test_srcdest_table_SOURCES = test-srcdest-table.c prng.c
testcli_LDADD = ../lib/libzebra.la @LIBCAP@
testsig_LDADD = ../lib/libzebra.la @LIBCAP@
@@ -94,3 +96,4 @@ testnexthopiter_LDADD = ../lib/libzebra.la @LIBCAP@
testcommands_LDADD = ../lib/libzebra.la @LIBCAP@
test_timer_correctness_LDADD = ../lib/libzebra.la @LIBCAP@
test_timer_performance_LDADD = ../lib/libzebra.la @LIBCAP@
+test_srcdest_table_LDADD = ../lib/libzebra.la @LIBCAP@