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