diff options
Diffstat (limited to 'tap/tests/plan/too-many-tests/Makefile.am')
-rw-r--r-- | tap/tests/plan/too-many-tests/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tap/tests/plan/too-many-tests/Makefile.am b/tap/tests/plan/too-many-tests/Makefile.am new file mode 100644 index 0000000..91d880e --- /dev/null +++ b/tap/tests/plan/too-many-tests/Makefile.am | |||
@@ -0,0 +1,13 @@ | |||
1 | |||
2 | TESTS = test.t | ||
3 | TESTS_ENVIRONMENT = $(SHELL) | ||
4 | |||
5 | EXTRA_DIST = $(TESTS) test.pl | ||
6 | |||
7 | check_PROGRAMS = test | ||
8 | |||
9 | test_CFLAGS = -g -I../../../src | ||
10 | test_LDFLAGS = -L../../../src | ||
11 | test_LDADD = -ltap | ||
12 | |||
13 | CLEANFILES = test.o test.c.out test.pl.out | ||