summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-09-14 21:59:22 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2021-09-15 21:14:52 +0100
commitc9c66756259a6b915fc48386253e7c672ab0e08b (patch)
treeb7b37e43cd9c592c65b5c9a64d9493cad5626a68 /MANIFEST
parent4c4f82a65adfe5bcb11e77b8a65ce1d7578e9694 (diff)
downloadperl-c9c66756259a6b915fc48386253e7c672ab0e08b.tar.gz
Test SvIsBOOL() using XS::APItest
Copy the Scalar::Util::isbool() tests into XS-APItest so we can avoid relying on Scalar::Util just to check core functionality
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5cc433a409..1893a22d01 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4512,6 +4512,8 @@ ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t
ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing
ext/XS-APItest/t/blockhooks.t XS::APItest: tests for PL_blockhooks
ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks
+ext/XS-APItest/t/boolean.t test SvIsBOOL
+ext/XS-APItest/t/boolean-thr.t test SvIsBOOL on threads
ext/XS-APItest/t/bootstrap.t XS::APItest: test APItest.bs
ext/XS-APItest/t/call.t Test calling perl from C
ext/XS-APItest/t/call_checker.t test call checker plugin API