summaryrefslogtreecommitdiff
path: root/t/release-pp-11-cb.t
diff options
context:
space:
mode:
Diffstat (limited to 't/release-pp-11-cb.t')
-rw-r--r--t/release-pp-11-cb.t21
1 files changed, 21 insertions, 0 deletions
diff --git a/t/release-pp-11-cb.t b/t/release-pp-11-cb.t
new file mode 100644
index 0000000..a8b9d41
--- /dev/null
+++ b/t/release-pp-11-cb.t
@@ -0,0 +1,21 @@
+
+
+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' );
+
+use PVTests::Callbacks;
+PVTests::Callbacks::run_tests();
+