mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 07:07:00 -04:00
fix test file names
This commit is contained in:
parent
3f5ed8fd04
commit
751bd3d0c4
1 changed files with 3 additions and 4 deletions
|
|
@ -53,13 +53,12 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_hpjd \
|
|||
|
||||
SUBDIRS = picohttpparser
|
||||
|
||||
np_test_scripts = tests/test_check_swap.t \
|
||||
tests/test_check_snmp.t \
|
||||
tests/test_check_disk.t
|
||||
np_test_scripts = tests/check_swap.t \
|
||||
tests/check_snmp.t \
|
||||
tests/check_disk.t
|
||||
|
||||
EXTRA_DIST = t \
|
||||
tests \
|
||||
$(np_test_scripts) \
|
||||
negate.d \
|
||||
check_swap.d \
|
||||
check_ldap.d \
|
||||
|
|
|
|||
Loading…
Reference in a new issue