summaryrefslogtreecommitdiff
path: root/t/07-with.t
diff options
context:
space:
mode:
Diffstat (limited to 't/07-with.t')
-rw-r--r--t/07-with.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/07-with.t b/t/07-with.t
new file mode 100644
index 0000000..85e0658
--- /dev/null
+++ b/t/07-with.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use File::Spec;
+use lib File::Spec->catdir( 't', 'lib' );
+
+use PVTests::With;
+PVTests::With::run_tests();