X-Git-Url: https://git.ozlabs.org/?p=ponghero.git;a=blobdiff_plain;f=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fno_plan%2FMakefile.am;fp=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fno_plan%2FMakefile.am;h=11a66c16a8c475be875e5c35df6d476df94bb41f;hp=0000000000000000000000000000000000000000;hb=3b07a088e47dffe99415cb01f42ea89c9185bdc5;hpb=4b884e9e3bff9f777f705d364627ce49ff4cedd6 diff --git a/ccan/ccan_tools/libtap/tests/plan/no_plan/Makefile.am b/ccan/ccan_tools/libtap/tests/plan/no_plan/Makefile.am new file mode 100644 index 0000000..11a66c1 --- /dev/null +++ b/ccan/ccan_tools/libtap/tests/plan/no_plan/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