This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: files not cleaned even by veryclean
[perl5.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
AD
5BEGIN {
6 chdir 't' if -d 't';
93430cb4 7 unshift @INC, '../lib';
68decaef 8}
8d063cd8 9
16d20bd9 10use Config;
68dc0745 11if ( $^O eq 'MSWin32' or
12 ($Config{'cppstdin'} =~ /\bcppstdin\b/) and
2ae324a7 13 ( ! -x $Config{'binexp'} . "/cppstdin") ) {
45c0de28 14 print "1..0 # Skip: \$Config{cppstdin} unavailable\n";
16d20bd9
AD
15 exit; # Cannot test till after install, alas.
16}
8d063cd8 17
16d20bd9 18system "./perl -P comp/cpp.aux"