aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2017-12-05 13:20:54 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2017-12-05 13:20:54 +0100
commit6766178412934e29db12ff5e6663604c6e909c6e (patch)
tree7bd12df253a648577a25e11d10da55166608215e /tests
parent098e91af4a08a81b3cdfd4aac422bb768261aac5 (diff)
Run unit test programs through "make check"
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unittests/Makemodule.am b/tests/unittests/Makemodule.am
index 7c8c016..0ecdaa9 100644
--- a/tests/unittests/Makemodule.am
+++ b/tests/unittests/Makemodule.am
@@ -20,4 +20,5 @@ UNITTEST_EXTRA = \
EXTRA_DIST += $(UNITTEST_HEADER) $(UNITTEST_EXTRA)
-noinst_PROGRAMS += $(TEST_BINS)
+TESTS += $(TEST_BINS)
+check_PROGRAMS += $(TEST_BINS)