One more test file
[mono.git] / mcs / makefile
index cd3c8cbbe2116dd46ce813ae7e7a7726f177cd14..ec3455a599c36754e70726fe1d2161469e97212e 100755 (executable)
@@ -1,6 +1,6 @@
 VERSION=0.13.99
 
-DIRS=jay nant mcs class nunit monoresgen ilasm tools
+DIRS=jay nant mcs class nunit nunit20 monoresgen tools mbas
 INSTALL= /usr/bin/install
 
 all: 
@@ -24,6 +24,7 @@ test:
 
 testwindows:
        (cd nunit; make)
+       (cd nunit20; make)
        (cd class; make test)
 
 clean:
@@ -95,6 +96,7 @@ MONO_WIN_INSTALL_LIB= \
 
 MONO_WIN_INSTALL_BIN=  \
        mcs/mcs.exe     \
+       mbas/mbas.exe   \
        nant/NAnt.exe   \
        nunit/NUnitConsole.exe  \
        nunit/NUnitConsole_mono.exe     \
@@ -105,6 +107,5 @@ MONO_WIN_INSTALL_BIN=       \
        tools/verifier.exe      \
        tools/GenerateDelegate.exe      \
        tools/monostyle.exe     \
-       tools/SqlSharp/SqlSharpCli.exe  \
-       tools/type-reflector/type-reflector.exe \
+       tools/SqlSharp/sqlsharp.exe     \
        tools/corcompare/CorCompare.exe