summaryrefslogtreecommitdiff
path: root/t/release-pp-12-noop_cb.t
diff options
context:
space:
mode:
Diffstat (limited to 't/release-pp-12-noop_cb.t')
-rw-r--r--t/release-pp-12-noop_cb.t23
1 files changed, 23 insertions, 0 deletions
diff --git a/t/release-pp-12-noop_cb.t b/t/release-pp-12-noop_cb.t
new file mode 100644
index 0000000..62a6fbb
--- /dev/null
+++ b/t/release-pp-12-noop_cb.t
@@ -0,0 +1,23 @@
+
+
+use Test::More;
+
+BEGIN {
+ unless ( $ENV{RELEASE_TESTING} ) {
+ plan skip_all => 'these tests are for release testing';
+ }
+
+ $ENV{PV_TEST_PERL} = 1;
+}
+
+use strict;
+use warnings;
+
+use File::Spec;
+use lib File::Spec->catdir( 't', 'lib' );
+
+BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }
+
+use PVTests::Callbacks;
+PVTests::Callbacks::run_tests();
+