880aed836eb093082cdd18d1d46f474902ac428a
[p5sagit/p5-mst-13.2.git] / t / comp / cpp.t
1 #!./perl
2
3 # $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $
4
5 BEGIN {
6     chdir 't' if -d 't';
7     @INC = '../lib';
8 }
9
10 use Config;
11 if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) and
12      ( ! -x $Config{'scriptdir'} . "/cppstdin") ) {
13     print "1..0\n";
14     exit;               # Cannot test till after install, alas.
15 }
16
17 system "./perl -P comp/cpp.aux"