X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan_tools%2Flibtap%2Ftests%2Fskip%2FMakefile.am;fp=ccan_tools%2Flibtap%2Ftests%2Fskip%2FMakefile.am;h=ea93708a539b32cdef271f936a917617e4acf3b5;hp=0000000000000000000000000000000000000000;hb=7bbd49fdb03503688dd34ab860e0e02e852ed267;hpb=fdfcdafbfa7957b6ca393bb4000fbaad3813a61a diff --git a/ccan_tools/libtap/tests/skip/Makefile.am b/ccan_tools/libtap/tests/skip/Makefile.am new file mode 100644 index 00000000..ea93708a --- /dev/null +++ b/ccan_tools/libtap/tests/skip/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