* Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
[mono.git] / mcs / makefile.gnu
index 7e460798956cc28295ac734084a0ba53176deae5..129959dab54913c6df53ab65f8ec48c80845dbad 100644 (file)
@@ -1,4 +1,4 @@
-DIRS=jay mcs class nunit nunit20 monoresgen ilasm tools
+DIRS=jay mcs class mbas nunit nunit20 monoresgen ilasm tools
 DIST=monocharge-`date -u +%Y%m%d`
 MCS = mcs
 INSTALL=/usr/bin/install
@@ -36,6 +36,9 @@ test: all
                $(MAKE) -C $$i -f makefile.gnu $@ || exit 1; \
        done
 
+testcorlib:
+       $(MAKE) -C class/corlib/Test -f makefile.gnu test
+
 clean:
        -rm -f monocharge-*.tar.gz
        for i in $(DIRS) ; do \