diff options
Diffstat (limited to 'tap/tests/Makefile.am')
-rw-r--r-- | tap/tests/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tap/tests/Makefile.am b/tap/tests/Makefile.am new file mode 100644 index 00000000..481a9672 --- /dev/null +++ b/tap/tests/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS= diag +SUBDIRS+= fail +SUBDIRS+= ok +SUBDIRS+= pass +SUBDIRS+= plan +SUBDIRS+= skip +SUBDIRS+= todo |