summaryrefslogtreecommitdiff
path: root/t/05-noop_default.t
diff options
context:
space:
mode:
Diffstat (limited to 't/05-noop_default.t')
-rw-r--r--t/05-noop_default.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/05-noop_default.t b/t/05-noop_default.t
new file mode 100644
index 0000000..cc50768
--- /dev/null
+++ b/t/05-noop_default.t
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use File::Spec;
+use lib File::Spec->catdir( 't', 'lib' );
+
+BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }
+
+use PVTests::Defaults;
+PVTests::Defaults::run_tests();