summaryrefslogtreecommitdiff
path: root/t/xs/ab.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-06-10 13:07:28 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-06-10 13:07:28 +0000
commit7f3c4eb624730bcc71e75500f295d193b9375fbc (patch)
treed32421911d2531642810e464183757eb485d9a09 /t/xs/ab.t
downloadList-MoreUtils-tarball-7f3c4eb624730bcc71e75500f295d193b9375fbc.tar.gz
List-MoreUtils-0.413HEADList-MoreUtils-0.413master
Diffstat (limited to 't/xs/ab.t')
-rw-r--r--t/xs/ab.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/xs/ab.t b/t/xs/ab.t
new file mode 100644
index 0000000..f98b933
--- /dev/null
+++ b/t/xs/ab.t
@@ -0,0 +1,10 @@
+#!perl
+
+use lib ("t/lib");
+$ENV{LIST_MOREUTILS_PP} = 0;
+END { delete $ENV{LIST_MOREUTILS_PP} } # for VMS
+
+require LMU::Test::ab;
+
+LMU::Test::ab->run_tests;
+