summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-02-10 10:38:25 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-02-10 10:38:25 +0800
commitaa97ea8b5eed468e06bf675eb0fe32bb0c5f72b0 (patch)
tree757f78828331a3cd72dd33b4e60f5b3ef31e7aea /Makefile.am
parente93a341d5e3262839d056a18d45de2b8bc8a9ce5 (diff)
downloadaptitude-aa97ea8b5eed468e06bf675eb0fe32bb0c5f72b0.tar.gz
Configure option to disable the test suite
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 07889fda..c5b40d93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,9 @@ MAINTAINERCLEANFILES=Makefile.in aclocal.m4 config.h.in
# more maintainable than the "correct" alternatives.
SRCDIRS=@SRCDIRS@
DOCDIRS=@DOCDIRS@
+TESTDIRS=@TESTDIRS@
-SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po tests
+SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po $(TESTDIRS)
dist_bin_SCRIPTS = aptitude-create-state-bundle aptitude-run-state-bundle