Code

Add Libtap as a bundled library (does not change any behaviour without --enable-libtap)
[nagiosplug.git] / tap / tests / ok / ok-numeric / Makefile.am
diff --git a/tap/tests/ok/ok-numeric/Makefile.am b/tap/tests/ok/ok-numeric/Makefile.am
new file mode 100644 (file)
index 0000000..91d880e
--- /dev/null
@@ -0,0 +1,13 @@
+
+TESTS =                test.t
+TESTS_ENVIRONMENT =    $(SHELL)
+
+EXTRA_DIST =           $(TESTS) test.pl
+
+check_PROGRAMS =       test
+
+test_CFLAGS =          -g -I../../../src
+test_LDFLAGS =                 -L../../../src
+test_LDADD =           -ltap
+
+CLEANFILES =   test.o test.c.out test.pl.out