svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / mbas / Test / tests / test-mbas.make
1 ifndef COMPILER
2 COMPILER = $(BASCOMPILE)
3 endif
4
5 ifndef PATTERN
6 PATTERN = *.vb
7 endif
8
9 COMPILER_FLAGS = /libpath:../../../../class/lib/default /imports:System
10 LIBRARY_OPT = /target:library
11 DISTFILES = $(wildcard README.tests) $(wildcard ./*/*.vb) $(wildcard *.make) $(widlcard *.pl)
12
13 run-test-local: 
14         $(MAKE) clean-local
15         ./test-mbas.pl --compiler='$(COMPILER)' --compilerflags='$(COMPILER_FLAGS)' --pattern='./*/$(PATTERN)' --runtime='$(TEST_RUNTIME)'
16
17 run-test-ondotnet-local:
18         $(MAKE) clean-local
19         ./test-mbas.pl --compiler='$(COMPILER)' --compilerflags='$(COMPILER_FLAGS)' --pattern='./*/$(PATTERN)' --runtime=
20
21 clean-local:
22         rm -f ./*/*.exe ./*/*.log ./*/*.results *.log
23
24 all-local test-local install-local uninstall-local:
25         @:
26
27 dist-local: dist-default