aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2af68c1..27bb063 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,11 +6,14 @@ AM_CFLAGS = $(WARN_CFLAGS)
noinst_LIBRARIES =
bin_PROGRAMS =
dist_man1_MANS =
+check_PROGRAMS =
EXTRA_DIST = autogen.sh LICENSE README
+TESTS =
include doc/Makemodule.am
include lib/Makemodule.am
include tar/Makemodule.am
include mkfs/Makemodule.am
include unpack/Makemodule.am
+include tests/Makemodule.am