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:
authorRaja R Harinath <harinath@hurrynot.org>2005-02-25 10:40:58 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-25 10:40:58 +0300
commit18e8ce821ad63282e5b793d43f65fc3b9c35c57e (patch)
tree7fc61443c1bf361b82477358bddf74cb442a0fb0 /runtime
parentb874c9414e8d4c61837eee0fac1b4469a7e249bb (diff)
* runtime/Makefile.am (centum_nunit_tests): Remove. The
functionality has been moved to mcs/Makefile. (test_select): Set ONLY_CENTUM_TESTS. svn path=/trunk/mono/; revision=41184
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am16
1 files changed, 1 insertions, 15 deletions
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: