add windows target
[mono.git] / mcs / mbas / makefile
index 839e644982d02e220d9d673b33879a130e1f5d31..3de2efec1e34069e19c49d701cd819c00ee334b5 100644 (file)
@@ -37,11 +37,16 @@ COMPILER_SOURCES = \
        typemanager.cs
 
 linux: all
+windows: all
 
 all: mbas.exe
 
 test: mbas.exe
-       mono mbas.exe --main WriteOK testmbas/WriteOK.vb
+       mono mbas.exe --stacktrace --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
+       mono testmbas/WriteOK.exe
+
+verbose: mbas.exe
+       mono mbas.exe --stacktrace --verbose --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs | less
 
 mbas.exe: $(COMPILER_SOURCES)
        $(CSC) $(CSCFLAGS) $(COMPILER_SOURCES)