From aa97ea8b5eed468e06bf675eb0fe32bb0c5f72b0 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Fri, 10 Feb 2012 10:38:25 +0800 Subject: Configure option to disable the test suite --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3