2002-02-28 01:42:51 -05:00
## Process this file with automake to produce Makefile.in
SUFFIXES = .pl .sh
VPATH = $( top_srcdir) $( top_srcdir) /plugins-scripts $( top_srcdir) /plugins-scripts/t
libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \
2006-05-01 17:52:42 -04:00
check_log check_oracle check_rpc check_sensors check_wave \
2003-07-02 11:01:22 -04:00
check_ifstatus check_ifoperstatus check_mailq check_file_age \
utils.sh utils.pm
2002-02-28 01:42:51 -05:00
EXTRA_DIST = check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \
check_log.sh check_ntp.pl check_oracle.sh check_rpc.pl check_sensors.sh \
2003-07-02 11:01:22 -04:00
check_ifstatus.pl check_ifoperstatus.pl check_wave.pl check_mailq.pl check_file_age.pl \
utils.sh.in utils.pm.in t
2002-02-28 01:42:51 -05:00
TESTS_ENVIRONMENT = perl -I $( top_builddir) -I $( top_srcdir)
TESTS = @SCRIPT_TEST@
test :
perl -I $( top_builddir) -I $( top_srcdir) ../test.pl
2006-10-26 17:02:21 -04:00
perl -I $( top_builddir) -I $( top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test
2002-02-28 01:42:51 -05:00
2007-12-11 20:27:48 -05:00
test-debug :
NPTEST_DEBUG = 1 HARNESS_VERBOSE = 1 perl -I $( top_builddir) -I $( top_srcdir) ../test.pl
NPTEST_DEBUG = 1 HARNESS_VERBOSE = 1 perl -I $( top_builddir) -I $( top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test
2002-02-28 01:42:51 -05:00
CLEANFILES = $( libexec_SCRIPTS)
.pl :
$( AWK) -f ./subst $< > $@
chmod +x $@
.sh :
$( AWK) -f ./subst $< > $@
chmod +x $@