diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-06-26 22:00:08 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-06-26 22:00:08 (GMT) |
commit | 6c476db6dcc7aa70a687d09c10e6ad515c290c23 (patch) | |
tree | 01262e224740a0b01fe018eb167b3c46de3a6ea7 /Makefile.am | |
parent | 2968a166e2524c5c1c557a12ae8dd6eaf698d7ea (diff) | |
download | monitoring-plugins-6c476db6dcc7aa70a687d09c10e6ad515c290c23.tar.gz |
Adding libtap into distribution to help run C based tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 416ef62..98b0dcc 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -8,7 +8,7 @@ EXTRA_DIST = config.rpath \ | |||
8 | NPTest.pm contrib pkg nagios-plugins.spec \ | 8 | NPTest.pm contrib pkg nagios-plugins.spec \ |
9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ | 9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ |
10 | perlmods tools/build_perl_modules \ | 10 | perlmods tools/build_perl_modules \ |
11 | tools/tinderbox_build | 11 | tools/tinderbox_build @TAP_DIR@ |
12 | 12 | ||
13 | ACLOCAL_AMFLAGS = -I gl/m4 -I m4 | 13 | ACLOCAL_AMFLAGS = -I gl/m4 -I m4 |
14 | 14 | ||
@@ -22,7 +22,10 @@ dist-hook: | |||
22 | install-root: | 22 | install-root: |
23 | cd plugins-root && $(MAKE) $@ | 23 | cd plugins-root && $(MAKE) $@ |
24 | 24 | ||
25 | test test-debug: | 25 | tap: |
26 | cd @TAP_DIR@ && $(MAKE) | ||
27 | |||
28 | test test-debug: tap | ||
26 | cd lib && $(MAKE) $@ | 29 | cd lib && $(MAKE) $@ |
27 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi | 30 | if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi |
28 | cd plugins && $(MAKE) $@ | 31 | cd plugins && $(MAKE) $@ |