summaryrefslogtreecommitdiff
path: root/tests/subdir.am
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-06-07 11:23:16 -0400
committerGitHub <noreply@github.com>2019-06-07 11:23:16 -0400
commit9f9307c95369f667d209a5a6bd2fd24f44af1cb6 (patch)
tree3fd696fa7642094d30625a3073c50c49d4db8fe0 /tests/subdir.am
parent9c2bdd70826a616b3c50e780be5dceeaa9b10925 (diff)
parent874035be4e65a889525b0380ce686b64e7ff5bb0 (diff)
Merge pull request #4480 from opensourcerouting/inet_ntop
inet_ntop but faster
Diffstat (limited to 'tests/subdir.am')
-rw-r--r--tests/subdir.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/subdir.am b/tests/subdir.am
index 1d29a418ce..41f1a4873b 100644
--- a/tests/subdir.am
+++ b/tests/subdir.am
@@ -54,6 +54,7 @@ check_PROGRAMS = \
tests/lib/test_idalloc \
tests/lib/test_memory \
tests/lib/test_nexthop_iter \
+ tests/lib/test_ntop \
tests/lib/test_printfrr \
tests/lib/test_privs \
tests/lib/test_ringbuf \
@@ -231,6 +232,10 @@ tests_lib_test_nexthop_iter_CFLAGS = $(TESTS_CFLAGS)
tests_lib_test_nexthop_iter_CPPFLAGS = $(TESTS_CPPFLAGS)
tests_lib_test_nexthop_iter_LDADD = $(ALL_TESTS_LDADD)
tests_lib_test_nexthop_iter_SOURCES = tests/lib/test_nexthop_iter.c tests/helpers/c/prng.c
+tests_lib_test_ntop_CFLAGS = $(TESTS_CFLAGS)
+tests_lib_test_ntop_CPPFLAGS = $(TESTS_CPPFLAGS)
+tests_lib_test_ntop_LDADD = # none
+tests_lib_test_ntop_SOURCES = tests/lib/test_ntop.c tests/helpers/c/prng.c
tests_lib_test_printfrr_CFLAGS = $(TESTS_CFLAGS)
tests_lib_test_printfrr_CPPFLAGS = $(TESTS_CPPFLAGS)
tests_lib_test_printfrr_LDADD = $(ALL_TESTS_LDADD)
@@ -322,6 +327,7 @@ EXTRA_DIST += \
tests/lib/northbound/test_oper_data.refout \
tests/lib/test_atomlist.py \
tests/lib/test_nexthop_iter.py \
+ tests/lib/test_ntop.py \
tests/lib/test_printfrr.py \
tests/lib/test_ringbuf.py \
tests/lib/test_srcdest_table.py \