2002-09-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / mbas / makefile
index a4729274ab57d0d47bf99694ae1451d75263e16e..3ef9724a18ce2ec827b3aa4377b57adc3841f63e 100644 (file)
@@ -1,5 +1,5 @@
 CSC=csc.exe
-CSCFLAGS=/nologo /debug+ /debug:full /optimize /target:exe /r:System.dll /out:mbas.exe 
+CSCFLAGS=/nologo /debug+ /debug:full /optimize /target:exe /r:System.dll /r:Mono.GetOptions.dll /out:mbas.exe 
 
 VERSION=0.13
 
@@ -25,10 +25,10 @@ COMPILER_SOURCES = \
        mb-parser.cs            \
        mb-tokenizer.cs         \
        modifiers.cs            \
-       module.cs                       \
+       module.cs               \
        namespace.cs            \
        parameter.cs            \
-       pending.cs                      \
+       pending.cs              \
        report.cs               \
        rootcontext.cs          \
        statement.cs            \
@@ -41,6 +41,9 @@ all: mbas.exe
 
 parser: mb-parser.cs
 
+test: mbas.exe
+       ./mbas testmbas/WriteOk.vb
+
 mbas.exe: $(COMPILER_SOURCES)
        $(CSC) $(CSCFLAGS) $(COMPILER_SOURCES)