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