* Makefile: Added new make target 'consolidate-test-results'.
[mono.git] / mcs / mbas / Test / misc / Makefile
1 CLEAN_FILES = y.output WriteOK.exe x.exe
2
3 run-test: WriteOK.exe
4         mono --debug WriteOK.exe --sayho /about -say:this,that,those /say:what?
5
6 WriteOK.exe: Makefile *.vb *.mbs
7         mbas --verbosegetoptions --stacktrace --reference=Mono.GetOptions -r:System.Data,System.Messaging --main WriteOK WriteOK.vb WriteOK2.mbs AssemblyInfo.vb
8
9 verbose: 
10          mbas --verbosegetoptions --verbose --stacktrace /r:Mono.GetOptions /r:System.Data,System.Windows.Forms --main WriteOK WriteOK.vb WriteOK2.mbs AssemblyInfo.vb 
11
12 test-aspx: aspx_temp.vb
13         mbas --stacktrace --verbosegetoptions /target:library /r:"System.dll" /r:"System.Xml.dll" /r:"System.Data.dll" /r:"System.Web.dll" /r:"System.Web.Services.dll" /r:"System.Drawing.dll" -- aspx_temp.vb
14
15 profile: *.vb *.mbs Makefile
16         mono --profile ../../mbas.exe /libpath:../../../class/lib/default /out:x.exe /target:exe -r:System.Windows.Forms -r:System.Web /r:Mono.GetOptions /m:WriteOK *.vb *.mbs > profile
17
18 clean:
19         @rm -f WriteOK.exe aspx_temp.dll x.exe
20
21 all test install run-test-ondotnet uninstall:
22         @:
23         @: