diff options
author | tonvoon <ton.voon@opsview.com> | 2010-06-25 07:52:59 +0000 |
---|---|---|
committer | tonvoon <ton.voon@opsview.com> | 2010-06-25 07:52:59 +0000 |
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 06a4b423..1af5891a 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 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 np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini -EXTRA_DIST = $(np_test_scripts) $(np_test_files) +EXTRA_DIST = $(np_test_scripts) $(np_test_files) var LIBS = @LTLIBINTL@ |