diff options
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/Makemodule.am | 3 |
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) |