]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/subdir.am
isisd: implement the 'if-state-change' notification
[mirror_frr.git] / tests / subdir.am
index 7a693ac0f7f76c26afe0d8b76dc39c1445e4e090..7d2800a3a2a8e81d6e8c5548a01a20080edf649c 100644 (file)
@@ -51,6 +51,7 @@ check_PROGRAMS = \
        tests/lib/test_heavy_thread \
        tests/lib/test_heavy_wq \
        tests/lib/test_heavy \
+       tests/lib/test_idalloc \
        tests/lib/test_memory \
        tests/lib/test_nexthop_iter \
        tests/lib/test_privs \
@@ -67,6 +68,7 @@ check_PROGRAMS = \
        tests/lib/test_graph \
        tests/lib/cli/test_cli \
        tests/lib/cli/test_commands \
+       tests/lib/northbound/test_oper_data \
        $(TESTS_BGPD) \
        $(TESTS_ISISD) \
        $(TESTS_OSPF6D) \
@@ -174,6 +176,11 @@ tests_lib_cli_test_commands_CPPFLAGS = $(TESTS_CPPFLAGS)
 tests_lib_cli_test_commands_LDADD = $(ALL_TESTS_LDADD)
 nodist_tests_lib_cli_test_commands_SOURCES = tests/lib/cli/test_commands_defun.c
 tests_lib_cli_test_commands_SOURCES = tests/lib/cli/test_commands.c tests/helpers/c/prng.c
+tests_lib_northbound_test_oper_data_CFLAGS = $(TESTS_CFLAGS)
+tests_lib_northbound_test_oper_data_CPPFLAGS = $(TESTS_CPPFLAGS)
+tests_lib_northbound_test_oper_data_LDADD = $(ALL_TESTS_LDADD)
+tests_lib_northbound_test_oper_data_SOURCES = tests/lib/northbound/test_oper_data.c
+nodist_tests_lib_northbound_test_oper_data_SOURCES = yang/frr-test-module.yang.c
 tests_lib_test_buffer_CFLAGS = $(TESTS_CFLAGS)
 tests_lib_test_buffer_CPPFLAGS = $(TESTS_CPPFLAGS)
 tests_lib_test_buffer_LDADD = $(ALL_TESTS_LDADD)
@@ -198,6 +205,9 @@ tests_lib_test_heavy_wq_CFLAGS = $(TESTS_CFLAGS)
 tests_lib_test_heavy_wq_CPPFLAGS = $(TESTS_CPPFLAGS)
 tests_lib_test_heavy_wq_LDADD = $(ALL_TESTS_LDADD) -lm
 tests_lib_test_heavy_wq_SOURCES = tests/lib/test_heavy_wq.c tests/helpers/c/main.c
+tests_lib_test_idalloc_CFLAGS = $(TESTS_CFLAGS)
+tests_lib_test_idalloc_LDADD = $(ALL_TESTS_LDADD)
+tests_lib_test_idalloc_SOURCES = tests/lib/test_idalloc.c
 tests_lib_test_memory_CFLAGS = $(TESTS_CFLAGS)
 tests_lib_test_memory_CPPFLAGS = $(TESTS_CPPFLAGS)
 tests_lib_test_memory_LDADD = $(ALL_TESTS_LDADD)
@@ -280,6 +290,9 @@ EXTRA_DIST += \
        tests/lib/cli/test_cli.in \
        tests/lib/cli/test_cli.py \
        tests/lib/cli/test_cli.refout \
+       tests/lib/northbound/test_oper_data.in \
+       tests/lib/northbound/test_oper_data.py \
+       tests/lib/northbound/test_oper_data.refout \
        tests/lib/test_nexthop_iter.py \
        tests/lib/test_ringbuf.py \
        tests/lib/test_srcdest_table.py \