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-01-20 16:54:22 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-01-20 16:54:22 +0300
commit3227cda97b0187b668df4f5937107f47579a6fb2 (patch)
tree0a6684f6e9587172b64c1ef8f05544824d76c438 /runtime
parentb584df6a69b9b9ac5485fe84cdf5bcaff3843972 (diff)
* runtime/Makefile.am (centum_nunit_tests): New. List of NUnit
tests that are currently passing 100%. (test_select): Run those on 'make check'. svn path=/trunk/mono/; revision=39254
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 70ab6910811..1c0ca5cfbe9 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -59,10 +59,22 @@ 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/Commons.Xml.Relaxng \
+ class/Cscompmgd \
+ class/Microsoft.JScript \
+ class/Mono.Security \
+ 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='tests errors'
+test_select = TEST_SUBDIRS='$(centum_nunit_tests) tests errors'
endif
mcs-do-test-profiles: