summaryrefslogtreecommitdiff
path: root/t/01-validate.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-validate.t')
-rw-r--r--t/01-validate.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/01-validate.t b/t/01-validate.t
new file mode 100644
index 0000000..32c2122
--- /dev/null
+++ b/t/01-validate.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use File::Spec;
+use lib File::Spec->catdir( 't', 'lib' );
+
+use PVTests::Standard;
+PVTests::Standard::run_tests();