2003-13-01 Ville Palo <vi64pa@koti.soon.fi>
[mono.git] / mcs / class / System.Data / Test / makefile.gnu
1 topdir = ../../..
2
3 LIBRARY = data_linux_test.dll
4
5 LIB_LIST = data_linux_test.args
6 LIB_FLAGS =     \
7         -r $(topdir)/class/lib/corlib.dll \
8         -r $(topdir)/class/lib/System.Data.dll \
9         -r $(topdir)/class/lib/System.Xml.dll \
10         -r $(topdir)/class/lib/System.dll \
11         -r $(topdir)/class/lib/NUnitCore_mono.dll
12
13 SOURCES_INCLUDE=*.cs
14 SOURCES_EXCLUDE=_DUMMY_
15
16 include $(topdir)/class/library.make
17
18 MCS_FLAGS = --target library --noconfig
19
20 TEST_SUITE_PREFIX = MonoTests.
21 TEST_SUITE = AllTests
22 NUNITCONSOLE=$(topdir)/class/lib/NUnitConsole_mono.exe 
23
24 test: $(LIBRARY) run_test
25
26 .PHONY: run_test
27
28 run_test:
29         MONO_PATH=$(NUNIT_MONO_PATH) mono $(NUNITCONSOLE) $(TEST_SUITE_PREFIX)$(TEST_SUITE),data_linux_test.dll