Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-17 07:04:46 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-17 07:04:46 +0400
commitca909bc565e6e0e40cafe641929e9dc55e540ba1 (patch)
tree6e083907cd9806b44638939027c2ff834e6c336d /mcs/class
parent8cc436531ae724035c1a1534a2a21859814c00ab (diff)
2002-08-16 Jason Diamond <jason@injektilo.org>
* makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables to get tests to build with the new build system. svn path=/trunk/mcs/; revision=6692
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog5
-rw-r--r--mcs/class/System.XML/Test/makefile.gnu3
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 288ac34e9ed..37c452924a2 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-16 Jason Diamond <jason@injektilo.org>
+
+ * makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
+ to get tests to build with the new build system.
+
2002-08-10 Jason Diamond <jason@injektilo.org>
* makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
diff --git a/mcs/class/System.XML/Test/makefile.gnu b/mcs/class/System.XML/Test/makefile.gnu
index 446b45c949c..7f82dd7348a 100644
--- a/mcs/class/System.XML/Test/makefile.gnu
+++ b/mcs/class/System.XML/Test/makefile.gnu
@@ -5,6 +5,9 @@ LIBRARY = System.XML_linux_test.dll
LIB_LIST = System.XML_linux_test.args
LIB_FLAGS = -r ../../lib/corlib.dll -r ../../lib/System.Xml.dll -r ../../lib/NUnitCore_mono.dll
+SOURCES_INCLUDE = *.cs
+SOURCES_EXCLUDE = ./TheTests.cs
+
include ../../library.make
MCS_FLAGS = --target library --noconfig