diff options
author | tonvoon <ton.voon@opsview.com> | 2010-06-25 07:52:59 (GMT) |
---|---|---|
committer | tonvoon <ton.voon@opsview.com> | 2010-06-25 07:52:59 (GMT) |
commit | f324f5b94f39bac0bd959a2a3c7067df1c1169ac (patch) | |
tree | b599c79bba25f68b293b617e7cafbad5ee2504cb | |
parent | 2ad344a47ba80e1c95e554e78b7a1efe0ab0e86b (diff) | |
download | monitoring-plugins-f324f5b94f39bac0bd959a2a3c7067df1c1169ac.tar.gz |
Add test file directory
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 06a4b42..1af5891 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -13,7 +13,7 @@ EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini1 te | |||
13 | 13 | ||
14 | np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini1.t test_ini3.t test_opts1.t test_opts2.t test_opts3.t test_tcp.t test_utils.t | 14 | np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini1.t test_ini3.t test_opts1.t test_opts2.t test_opts3.t test_tcp.t test_utils.t |
15 | np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini | 15 | np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini |
16 | EXTRA_DIST = $(np_test_scripts) $(np_test_files) | 16 | EXTRA_DIST = $(np_test_scripts) $(np_test_files) var |
17 | 17 | ||
18 | LIBS = @LTLIBINTL@ | 18 | LIBS = @LTLIBINTL@ |
19 | 19 | ||