]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/Makefile.am
Merge remote-tracking branch 'origin/stable/2.0'
[mirror_frr.git] / tests / Makefile.am
index 442635fb790ac7081c153fe6061e211530bc8c7a..bee9feaf1ec19901a53850d6f09e72b75d512308 100644 (file)
@@ -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/libfrr.la @LIBCAP@
 testsig_LDADD = ../lib/libfrr.la @LIBCAP@
@@ -94,3 +96,4 @@ testnexthopiter_LDADD = ../lib/libfrr.la @LIBCAP@
 testcommands_LDADD = ../lib/libfrr.la @LIBCAP@
 test_timer_correctness_LDADD = ../lib/libfrr.la @LIBCAP@
 test_timer_performance_LDADD = ../lib/libfrr.la @LIBCAP@
+test_srcdest_table_LDADD = ../lib/libfrr.la @LIBCAP@