[differences between cumulative patch application and perl5.003_19]
[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';
7 @INC = '../lib';
68decaef 8}
8d063cd8 9
16d20bd9 10use Config;
11if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) and
12 ( ! -x $Config{'scriptdir'} . "/cppstdin") ) {
13 print "1..0\n";
14 exit; # Cannot test till after install, alas.
15}
8d063cd8 16
16d20bd9 17system "./perl -P comp/cpp.aux"