Committing in .
optional compilation of progs/test/ since it seems not to appear in the
releases.
Modified Files:
Mesa/descrip.mms
----------------------------------------------------------------------
diff --git a/descrip.mms b/descrip.mms
index a45f868..556c62f 100644
--- a/descrip.mms
+++ b/descrip.mms
@@ -17,5 +17,4 @@
$(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)