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 @@ +SUBDIRS = no-tests +SUBDIRS += no_plan +SUBDIRS += not-enough-tests +SUBDIRS += too-many-plans +SUBDIRS += too-many-tests +SUBDIRS += sane +SUBDIRS += skip_all |