Fix various details in win32 makefiles and Config.pm setup.
[p5sagit/p5-mst-13.2.git] / win32 / TEST
index bd9f7b7..1bda4ef 100644 (file)
@@ -25,17 +25,21 @@ if ($ARGV[0] eq '') {
     push( @ARGV, `dir/s/b cmd` );
     push( @ARGV, `dir/s/b io` );
     push( @ARGV, `dir/s/b op` );
+    push( @ARGV, `dir/s/b pragma` );
     push( @ARGV, `dir/s/b lib` );
-    push( @ARGV, `dir/s/b nt` );
 
     grep( chomp, @ARGV );
     @ARGV = grep( /\.t$/, @ARGV );
     grep( s/.*t\\//, @ARGV );
 #    @ARGV = split(/[ \n]/,
 #      `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t`);
+} else {
+
+@ARGV = map(glob($_),@ARGV);
+
 }
 
-if ($^O eq 'os2' || $^O eq 'qnx' || 1) {
+if ($^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'qnx' || 1) {
     $sharpbang = 0;
 }
 else {