2003-01-26 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / Test / makefile.gnu
1 topdir = ../../..
2
3 LIBRARY = System.XML_linux_test.dll
4
5 LIB_LIST = System.XML_linux_test.args
6 LIB_FLAGS = \
7         -r $(topdir)/class/lib/corlib.dll       \
8         -r $(topdir)/class/lib/System.Xml.dll   \
9         -r $(topdir)/class/lib/NUnitCore_mono.dll
10
11 SOURCES_INCLUDE = *.cs
12 SOURCES_EXCLUDE = ./TheTests.cs
13
14 include $(topdir)/class/library.make
15
16 MCS_FLAGS = --target library --noconfig
17
18 TEST_SUITE_PREFIX = MonoTests.System.Xml.
19 TEST_SUITE = AllTests
20
21 test: $(LIBRARY)
22         -MONO_PATH=$(MONO_PATH) mono $(topdir)/class/lib/NUnitConsole_mono.exe $(TEST_SUITE_PREFIX)$(TEST_SUITE),System.XML_linux_test.dll