X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan_tools%2Flibtap%2Ftests%2Fplan%2Fno-tests%2FMakefile.am;fp=ccan_tools%2Flibtap%2Ftests%2Fplan%2Fno-tests%2FMakefile.am;h=11a66c16a8c475be875e5c35df6d476df94bb41f;hp=0000000000000000000000000000000000000000;hb=7bbd49fdb03503688dd34ab860e0e02e852ed267;hpb=fdfcdafbfa7957b6ca393bb4000fbaad3813a61a diff --git a/ccan_tools/libtap/tests/plan/no-tests/Makefile.am b/ccan_tools/libtap/tests/plan/no-tests/Makefile.am new file mode 100644 index 00000000..11a66c16 --- /dev/null +++ b/ccan_tools/libtap/tests/plan/no-tests/Makefile.am @@ -0,0 +1,13 @@ + +TESTS = ../../test.t +TESTS_ENVIRONMENT = $(SHELL) + +EXTRA_DIST = 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