summaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
Diffstat (limited to 't/test.t')
-rw-r--r--t/test.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/test.t b/t/test.t
new file mode 100644
index 0000000..7c33fb2
--- /dev/null
+++ b/t/test.t
@@ -0,0 +1,5 @@
+use strict;
+use lib -e 't' ? 't' : 'test';
+use TestYAML tests => 1;
+
+pass('TestYAML framework loads');