diff options
Diffstat (limited to 'tests/unittests/Makemodule.am')
-rw-r--r-- | tests/unittests/Makemodule.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unittests/Makemodule.am b/tests/unittests/Makemodule.am index 8099fc2..7c8c016 100644 --- a/tests/unittests/Makemodule.am +++ b/tests/unittests/Makemodule.am @@ -12,5 +12,12 @@ TEST_BINS = \ ubilib_test \ mtdlib_test +UNITTEST_HEADER = \ + tests/unittests/test_lib.h + +UNITTEST_EXTRA = \ + tests/unittests/sysfs_mock + +EXTRA_DIST += $(UNITTEST_HEADER) $(UNITTEST_EXTRA) noinst_PROGRAMS += $(TEST_BINS) |