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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-01-30 20:57:11 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-02-03 05:41:15 +0300
commite55268f3ab4b84e15ff72dded32ea82e9c685691 (patch)
tree20cfe03797e8d6ceb0413f0d9b555316e69f18bd /runtime
parentc740b9831dc3a954da20848dc65d93f0c97e3875 (diff)
Remove old centum tests stuff.
Despite what the makefiles would have you believe, this was never actually used when running the test suites. Don't ask me why - my make-fu isn't good enough. Regardless, it's a bad idea to only run tests for a specific set of assemblies. If some tests fail or are unstable, they should be fixed, or disabled and have a bug filed. Sweeping them under the rug like this is the wrong thing to do. Incidentally, this commit doesn't add any new failures.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 6c57fe73214..aea6c5faa36 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -140,7 +140,7 @@ if NACL_CODEGEN
check-local:
else
check-local: mcs-compileall mcs-do-test-profiles
- $(MAKE) ONLY_CENTUM_TESTS=yes mcs-do-run-test-profiles
+ $(MAKE) mcs-do-run-test-profiles
endif
# Compile all mcs tests