]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/tests/plan/skip_all/test.pl
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / libtap / tests / plan / skip_all / test.pl
diff --git a/ccan_tools/libtap/tests/plan/skip_all/test.pl b/ccan_tools/libtap/tests/plan/skip_all/test.pl
new file mode 100644 (file)
index 0000000..e91e0d4
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+
+use Test::More;
+
+plan skip_all => "No good reason";
+