diff options
Diffstat (limited to 'tap/tests/plan/Makefile.am')
-rw-r--r-- | tap/tests/plan/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tap/tests/plan/Makefile.am b/tap/tests/plan/Makefile.am new file mode 100644 index 00000000..0724931a --- /dev/null +++ b/tap/tests/plan/Makefile.am | |||
@@ -0,0 +1,7 @@ | |||
1 | SUBDIRS = no-tests | ||
2 | SUBDIRS += no_plan | ||
3 | SUBDIRS += not-enough-tests | ||
4 | SUBDIRS += too-many-plans | ||
5 | SUBDIRS += too-many-tests | ||
6 | SUBDIRS += sane | ||
7 | SUBDIRS += skip_all | ||