From 7b81e54987e52ee2d72541b3cbc5c62e099d3429 Mon Sep 17 00:00:00 2001 From: Gerard Goossen Date: Sat, 6 Nov 2010 12:22:29 +0100 Subject: Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest. CLONEf_COPY_STACKS is only used by the windows pseudo-fork. This test allows testing/debugging of CLONEf_COPY_STACK without needing threads or Windows. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 48a3987acc..0725658f0d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3657,6 +3657,7 @@ ext/XS-APItest/t/call_checker.t test call checker plugin API ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx ext/XS-APItest/t/call.t XS::APItest extension ext/XS-APItest/t/cleanup.t test stack behaviour on unwinding +ext/XS-APItest/t/clone-with-stack.t test clone with CLONEf_COPY_STACKS works ext/XS-APItest/t/cophh.t test COPHH API ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops -- cgit v1.2.1