This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
uniprops.t: split into 10 seperate test files t/re/uniprops01.t etc
authorYves Orton <demerphq@gmail.com>
Wed, 19 Oct 2016 07:52:01 +0000 (09:52 +0200)
committerYves Orton <demerphq@gmail.com>
Wed, 19 Oct 2016 11:27:59 +0000 (13:27 +0200)
commit5656b1f654bb034c561558968ed3cf87a737b3e1
treef8e177890edcd6c1c273cecc413092e31d58db76
parent7eff3d39584e66495e9104149bc4f73e65307c84
uniprops.t: split into 10 seperate test files t/re/uniprops01.t etc

This way we can run them at the same time under parallel test,
as there are a lot of tests (140k or so) this makes a difference.
14 files changed:
MANIFEST
charclass_invlists.h
lib/unicore/mktables
regcharclass.h
t/re/uniprops01.t [moved from t/re/uniprops.t with 98% similarity]
t/re/uniprops02.t [new file with mode: 0644]
t/re/uniprops03.t [new file with mode: 0644]
t/re/uniprops04.t [new file with mode: 0644]
t/re/uniprops05.t [new file with mode: 0644]
t/re/uniprops06.t [new file with mode: 0644]
t/re/uniprops07.t [new file with mode: 0644]
t/re/uniprops08.t [new file with mode: 0644]
t/re/uniprops09.t [new file with mode: 0644]
t/re/uniprops10.t [new file with mode: 0644]