aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/test_cmd.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/test_cmd.t')
-rw-r--r--lib/tests/test_cmd.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_cmd.t b/lib/tests/test_cmd.t
new file mode 100644
index 00000000..4dd54ef9
--- /dev/null
+++ b/lib/tests/test_cmd.t
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+use Test::More;
+if (! -e "./test_cmd") {
+ plan skip_all => "./test_cmd not compiled - please install tap library to test";
+}
+exec "./test_cmd";