aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5caa5ca..a3457c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,3 +48,7 @@ include tests/checkfs/Makemodule.am
include tests/fs-tests/Makemodule.am
include tests/mtd-tests/Makemodule.am
endif
+
+if UNIT_TESTS
+include tests/unittests/Makemodule.am
+endif