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
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--runtime/Makefile.am16
2 files changed, 6 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb26430797..ad05b9cd7c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-25 Raja R Harinath <rharinath@novell.com>
+
+ * runtime/Makefile.am (centum_nunit_tests): Remove. The
+ functionality has been moved to mcs/Makefile.
+ (test_select): Set ONLY_CENTUM_TESTS.
Thu Feb 24 15:16:18 CET 2005 Paolo Molaro <lupus@ximian.com>
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e40a91f45e0..c4ce77a5d64 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -59,25 +59,11 @@ else
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm
endif
-# List of NUnit testcases that should be 100% pass
-centum_nunit_tests = \
- class/corlib \
- class/Commons.Xml.Relaxng \
- class/Cscompmgd \
- class/Microsoft.JScript \
- class/Mono.Posix \
- class/Mono.Security \
- class/System \
- class/System.Configuration.Install \
- class/System.Runtime.Remoting \
- class/System.Runtime.Serialization.Formatters.Soap \
- class/System.Web.Services
-
# now a misnomer, but it'll go away soon enough.
if ENABLE_NUNIT_TESTS
test_select =
else
-test_select = TEST_SUBDIRS='$(centum_nunit_tests) tests errors'
+test_select = ONLY_CENTUM_TESTS=yes
endif
mcs-do-test-profiles: