2002-02-20 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / makefile
index 0ccbf3aceab3d33ae01a09f742f4456c28941a09..b1dc9d6b98b5d04ab3cc416f7296eddc20e79800 100755 (executable)
@@ -1,4 +1,4 @@
-DIRS=jay nant mcs class tools
+DIRS=jay nant nunit mcs class tools doctools
 
 all: linux
 
@@ -13,9 +13,11 @@ linux:
        done
 
 test:
+       (cd nunit; make)
        (cd class; make test)
 
 clean:
        for i in $(DIRS); do                    \
                (cd $$i; make clean)            \
        done
+