diff options
| author | David Lamparter <equinox@diac24.net> | 2020-07-18 11:39:31 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-02-01 17:28:11 +0100 |
| commit | 494d84202263bb5200d59283e8b37085245d46c7 (patch) | |
| tree | 54f8028a2584d7b23de279aed723d91d4f749efc /tests/subdir.am | |
| parent | 87d383171d0faaa45cf113347b7e550ba810dc2d (diff) | |
tests: add unit test for xrefs
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/subdir.am')
| -rw-r--r-- | tests/subdir.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/subdir.am b/tests/subdir.am index b2ce54ba66..370e6a49a9 100644 --- a/tests/subdir.am +++ b/tests/subdir.am @@ -91,6 +91,7 @@ check_PROGRAMS = \ tests/lib/test_ttable \ tests/lib/test_typelist \ tests/lib/test_versioncmp \ + tests/lib/test_xref \ tests/lib/test_zlog \ tests/lib/test_graph \ tests/lib/cli/test_cli \ @@ -350,6 +351,10 @@ tests_lib_test_versioncmp_CFLAGS = $(TESTS_CFLAGS) tests_lib_test_versioncmp_CPPFLAGS = $(TESTS_CPPFLAGS) tests_lib_test_versioncmp_LDADD = $(ALL_TESTS_LDADD) tests_lib_test_versioncmp_SOURCES = tests/lib/test_versioncmp.c +tests_lib_test_xref_CFLAGS = $(TESTS_CFLAGS) +tests_lib_test_xref_CPPFLAGS = $(TESTS_CPPFLAGS) +tests_lib_test_xref_LDADD = $(ALL_TESTS_LDADD) +tests_lib_test_xref_SOURCES = tests/lib/test_xref.c tests_lib_test_zlog_CFLAGS = $(TESTS_CFLAGS) tests_lib_test_zlog_CPPFLAGS = $(TESTS_CPPFLAGS) tests_lib_test_zlog_LDADD = $(ALL_TESTS_LDADD) @@ -413,6 +418,7 @@ EXTRA_DIST += \ tests/lib/test_ttable.refout \ tests/lib/test_typelist.py \ tests/lib/test_versioncmp.py \ + tests/lib/test_xref.py \ tests/lib/test_zlog.py \ tests/lib/test_graph.py \ tests/lib/test_graph.refout \ |
