~ubuntu-branches/ubuntu/trusty/nagios-plugins-contrib/trusty-proposed

« back to all changes in this revision

Viewing changes to check_mysql_health/check_mysql_health-2.1.7/t/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2013-05-21 22:11:50 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130521221150-k5bda5v5euvt7wg9
Tags: 6.20130521
* [e68c82e1] check_raid: do not run hpacucli if cciss_vol_status is available.
* [4a1c57e8] Also support tw-cli as additional name for the 3ware binary.
  Thanks to Dennis Hoppe
* [eb5e1c7c] Add /run/ to the check_libs ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
##
2
 
## Process this file with automake to produce Makefile.in
3
 
##
4
 
 
5
 
AUTOMAKE_OPTIONS = 1.3 no-dependencies
6
 
 
7
 
#all:   tests
8
 
 
9
 
TEST_VERBOSE=0
10
 
TEST_TYPE=test_$(LINKTYPE)
11
 
TEST_FILE = test.pl
12
 
TEST_FILES = *.t
13
 
TESTDB_SW = -d
14
 
 
15
 
#EXTRA_DIST = *.t bin var etc
16
 
EXTRA_DIST = *.t
17
 
 
18
 
tests:
19
 
        $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE))" $(TEST_FILES)
20
 
#       PERL_DL_NONLAZY=1 $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)
21