Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 13 Jan 2004 16:04:46 +0000 (16:04 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Tue, 13 Jan 2004 16:04:46 +0000 (16:04 +0000)
 optional compilation of progs/test/ since it seems not to appear in the
 releases.

 Modified Files:
  Mesa/descrip.mms
 ----------------------------------------------------------------------

descrip.mms

index a45f86879ec0a90c7375ce11f99da681e393fc1f..556c62f12e67ff03896868e719a0e53f4e222102 100644 (file)
@@ -17,5 +17,4 @@ all :
        $(MMS)$(MMSQUALIFIERS)
        set default [-.xdemos]
        $(MMS)$(MMSQUALIFIERS)
-       set default [-.tests]
-       $(MMS)$(MMSQUALIFIERS)
+       if f$search("[-]test.DIR") .nes. "" then pipe set default [-.test] ; $(MMS)$(MMSQUALIFIERS)