summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2015-07-31 20:23:19 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2015-07-31 20:23:19 +0200
commit36fd91826011fa8877c4b7f198e7179bfa0162b2 (patch)
treec5a7a3edfc04e78d104dde769d7727cf954e3845 /Makefile.am
parent6f7897f9d2bd5ec7d6a9be8ad700661bb17a21cf (diff)
parente76398868a154258c3620be2bdecdd9fa7cdf093 (diff)
Merge pull request #812 from zonque/test
Add some more tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
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