2001-11-09 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / makefile
index 06144022e9fe29caef2536dc85c6c0c3519c06ec..88a0183477041676e8c813956ccee733e73883df 100755 (executable)
@@ -12,6 +12,8 @@ linux:
                (cd $$i; make linux)            \
        done
 
+test:
+       (cd class; make test)
 
 clean:
        for i in $(DIRS); do                    \