1 eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
2 & eval 'exec perl -S $0 $argv:q'
7 use lib
"$ENV{ACE_ROOT}/bin";
9 # This test can't run on Win32
10 exit if ($^O
eq 'MSWin32');
12 # This test can't be run if "make" is not in the path or if it resolves to
13 # a non-GNU version of make.
15 exit unless (`make --version` =~ /^GNU Make/);
17 print "Running non_mpc_makefile test:\n";
18 system "make -f CustomMakefile";
19 print "ERROR: libfoo.a not made\n" unless -r
'libfoo.a';
20 system "make -f CustomMakefile realclean";