summaryrefslogtreecommitdiff
path: root/t/08-noop_with.t
diff options
context:
space:
mode:
Diffstat (limited to 't/08-noop_with.t')
-rw-r--r--t/08-noop_with.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/08-noop_with.t b/t/08-noop_with.t
new file mode 100644
index 0000000..886254a
--- /dev/null
+++ b/t/08-noop_with.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::With;
+PVTests::With::run_tests();