diff options
author | Daniel Mack <daniel@zonque.org> | 2015-07-30 21:07:25 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-07-31 19:58:27 +0200 |
commit | da8ba7219aefc174da48b21047d8236e9d0bfe66 (patch) | |
tree | bde67a6327dc54347000636ef505602b9a86253a /Makefile.am | |
parent | c474a4ecfa74d90d02822d24efa310197a5c3298 (diff) |
test: add test for static lists
Test af-list and arphdr-list.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ef8cc4a91c..7cfa527f6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1437,6 +1437,8 @@ tests += \ test-cap-list \ test-sigbus \ test-verbs \ + test-af-list \ + test-arphrd-list \ test-dns-domain EXTRA_DIST += \ @@ -2047,6 +2049,18 @@ test_bus_policy_LDADD = \ libbus-proxy-core.la \ libshared.la +test_af_list_SOURCES = \ + src/test/test-af-list.c + +test_af_list_LDADD = \ + libbasic.la + +test_arphrd_list_SOURCES = \ + src/test/test-arphrd-list.c + +test_arphrd_list_LDADD = \ + libbasic.la + # ------------------------------------------------------------------------------ ## .PHONY so it always rebuilds it .PHONY: coverage lcov-run lcov-report coverage-sync |