This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc74e5
)
Skip ext/B/t/assembler.t when configured without B.
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Sun, 29 Aug 2004 13:21:50 +0000
(13:21 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Sun, 29 Aug 2004 13:21:50 +0000
(13:21 +0000)
p4raw-id: //depot/perl@23242
ext/B/t/assembler.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/assembler.t
b/ext/B/t/assembler.t
index
d8451f6
..
fedb6a7
100644
(file)
--- a/
ext/B/t/assembler.t
+++ b/
ext/B/t/assembler.t
@@
-155,6
+155,10
@@
use Test::More;
use Config qw(%Config);
BEGIN {
+ if (($Config{'extensions'} !~ /\bB\b/) ){
+ print "1..0 # Skip -- Perl configured without B module\n";
+ exit 0;
+ }
if (($Config{'extensions'} !~ /\bByteLoader\b/) ){
print "1..0 # Skip -- Perl configured without ByteLoader module\n";
exit 0;