web site updates
[mono.git] / mcs / makefile
index 06144022e9fe29caef2536dc85c6c0c3519c06ec..dcc2e594d3fd379b7f40c129d0eaebfa09d6ef5b 100755 (executable)
@@ -1,4 +1,4 @@
-DIRS=jay mcs class tools
+DIRS=jay nant mcs class nunit tools doctools
 
 all: linux
 
@@ -12,8 +12,12 @@ linux:
                (cd $$i; make linux)            \
        done
 
+test:
+       (cd nunit; make)
+       (cd class; make test)
 
 clean:
        for i in $(DIRS); do                    \
                (cd $$i; make clean)            \
        done
+