Code

Add die tests for parse_ini
[nagiosplug.git] / lib / tests / test_ini1.t
diff --git a/lib/tests/test_ini1.t b/lib/tests/test_ini1.t
new file mode 100755 (executable)
index 0000000..0487098
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+use Test::More;
+if (! -e "./test_ini") {
+       plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
+}
+exec "./test_ini";