2005-10-07 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / mcs / mbas / Test / errors / 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 RUNTIME_FLAGS = --debug
13
14 run-test-local: 
15         $(MAKE) clean-local
16         ./test-mbas.pl --compiler='$(COMPILER)' --compilerflags='$(COMPILER_FLAGS)' --pattern='$(PATTERN)' --runtime='$(TEST_RUNTIME)'
17
18 run-test-ondotnet-local:
19         $(MAKE) clean-local
20         ./test-mbas.pl --compiler='$(COMPILER)' --compilerflags='$(COMPILER_FLAGS)' --pattern='$(PATTERN)' --runtime=
21
22 clean-local:
23         rm -f *.exe *.log *.results
24
25 all-local test-local install-local uninstall-local:
26         @:
27
28 dist-local: dist-default