diff options
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/Makemodule.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unittests/Makemodule.am b/tests/unittests/Makemodule.am index cadd1bc..277cac2 100644 --- a/tests/unittests/Makemodule.am +++ b/tests/unittests/Makemodule.am @@ -14,10 +14,7 @@ TEST_BINS = \ ubilib_test \ mtdlib_test -UNITTEST_EXTRA = \ - tests/unittests/sysfs_mock - -EXTRA_DIST += $(UNITTEST_EXTRA) +EXTRA_DIST += tests/unittests/sysfs_mock TESTS += $(TEST_BINS) check_PROGRAMS += $(TEST_BINS) |