Re: new Stream Test::Simple question, XS requirement

[email protected] (Ricardo Signes) Sun, 26 Apr 2015 08:40:25 -0400
Newsgroups perl.qa
Message-ID <[email protected]>
* bulk88 <[email protected]> [2015-04-25T23:56:23]
> Because of the rjbs post that supposedly (someone else should confirm this)
> minitest does not use Test::*, new Test::Simple can use all the XS it wants.

Re-confirmation welcome!  For the record: My first check was scanning all the
tests run by the minitest make target for 'use Test'.  Then I ran minitest with
a dtrace probe for all files opened.  Only two files matching /Test/ were
opened:

  ~$ grep Test dtrace.log | sort | uniq
  0    151                       open:entry miniperl ../TestInit.pm
  1    151                       open:entry miniperl ../TestInit.pm
  2    151                       open:entry miniperl ../TestInit.pm
  3    151                       open:entry miniperl ../TestInit.pm
  3    151                       open:entry miniperl ../lib/unicore/TestProp.pl

-- 
rjbs
signature.asc (application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJVPNy5AAoJEOYby6cMccU5y3EH/jXIIRnHC/f/JMo/tRHiuIdk
Y7weu2/8QNPyPDmOsx+1m8J1pBJTo/39dt9WU3Ei17DCY7wySIOgbjdNTNaAzsKL
P4xzG+3eQ4DudtX/aL/5yrBl+LMJXqRWD/38rkxWDJpno/h4hIqRAo5SwdjwG9TH
7bMWm+Sx065I3MTL7/2fIVvtlFdJFU4ftgsbYM6NVKRn0Vv4COJN7v+Rbi2OX6iD
8qI6/BJYEUYFUJs9Gzkh15CxlJhiyu+AVmLiRpXdGjigZcszSRIA5o2sqKOjqG5M
WHKhVh+/OHK0r1HihpaepwUFGH3WzoKhisH1Wjh8xmuPrq79a3xhReZ2uZcdE4A=
=onUH
-----END PGP SIGNATURE-----