2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / Test / DataProviderTests / dataadaptertests / Makefile
1 thisdir=class/System.Data/Test/DataProviderTests/datareadertests
2
3 include ../../../../../build/rules.make
4
5 LIB_MCS_FLAGS = /r:System.Data,System.Data.OracleClient,ByteFX.Data,Npgsql,System,System.Xml
6
7 DATABASE=all
8
9 LIBRARY = DbAdapter.dll
10 NO_INSTALL=yes
11 NO_SIGN_ASSEMBLY=yes
12
13 include $(topdir)/build/library.make
14
15 Runtests.exe: $(the_lib)
16         $(MCS) /r:$(the_lib) Runtests.cs
17
18 DbAdapter.dll: 
19         $(MCS) /r:$(REFERENCES) /target:library /out:DbAdapter.dll @$(SOURCEFILE)
20
21 run-test-local: run-test-db
22 run-test-db: Runtests.exe
23         $(TEST_RUNTIME) Runtests.exe $(DATABASE) | tee TestResults.log
24
25 test-local: Runtests.exe
26
27 CLEAN_FILES = *.exe *.dll *.log