Integrate mainline
[p5sagit/p5-mst-13.2.git] / t / comp / cpp.t
CommitLineData
16d20bd9 1#!./perl
8d063cd8 2
79072805 3# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $
68decaef 4
16d20bd9 5BEGIN {
6 chdir 't' if -d 't';
20822f61 7 @INC = '../lib';
59910836 8 $ENV{PERL5LIB} = '../lib';
68decaef 9}
8d063cd8 10
16d20bd9 11use Config;
68727c7f 12if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) &&
13 ! -x $Config{'binexp'} . "/cppstdin" ) {
45c0de28 14 print "1..0 # Skip: \$Config{cppstdin} unavailable\n";
16d20bd9 15 exit; # Cannot test till after install, alas.
16}
8d063cd8 17
1b24ed4b 18system qq{$^X -"P" "comp/cpp.aux"};