Code

Fix --local argument handling (Jan Wagner #1878971)
[nagiosplug.git] / lib / Makefile.am
index 9dd3a0c2966456bca0d3bf8ebfe878333e15665c..5d65bed639fb24ff68b2bec93be84abac1431842 100644 (file)
@@ -10,6 +10,6 @@ EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h
 
 INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
 
-test:
-       cd tests && make test
+test test-debug:
+       cd tests && make $@