From 151531173bd50d66548effa50ef7393a8c680513 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 12 Dec 2007 01:27:48 +0000 Subject: Run tinderbox builds in a test debug mode using "make test-debug" git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1866 f882894a-f735-0410-b71e-b25c423dba1c --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 701c56cc..416ef62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,11 +22,11 @@ dist-hook: install-root: cd plugins-root && $(MAKE) $@ -test: - cd lib && $(MAKE) test - if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) test; fi - cd plugins && $(MAKE) test - cd plugins-scripts && $(MAKE) test +test test-debug: + cd lib && $(MAKE) $@ + if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi + cd plugins && $(MAKE) $@ + cd plugins-scripts && $(MAKE) $@ nagios-plugins.spec: nagios-plugins.spec.in sed "s/%%{VERSION}/${VERSION}/;s/%%{RELEASE}/${RELEASE}/;s/^%%{requires}$$//" $? > $@ -- cgit v1.2.3