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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2014-11-23 05:14:25 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2014-11-23 05:15:11 +0300
commit0ee2fc301c09416602d43959ddf1e553d9c2690b (patch)
tree8aa7277e4ea604de7821cb2ff8cc559697595dae /runtime/Makefile.am
parent901f3c466a725c646d1a8b563be587ecb4b367b7 (diff)
Remove --enable-nunit-tests option from build system
It isn't used anymore as the classlib tests are always enabled now during 'make check'.
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 94edabf4798..1af1a1d1bfe 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -94,13 +94,6 @@ endif BUILD_MCS
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/gmcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2 $(tmpinst)/bin/al
-# now a misnomer, but it'll go away soon enough.
-if ENABLE_NUNIT_TESTS
-test_select =
-else
-test_select = ONLY_CENTUM_TESTS=yes
-endif
-
mcs-do-test-profiles:
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' test-profiles
@@ -152,7 +145,7 @@ if NACL_CODEGEN
check-local:
else
check-local: mcs-compileall mcs-do-test-profiles
- $(MAKE) $(test_select) mcs-do-run-test-profiles
+ $(MAKE) ONLY_CENTUM_TESTS=yes mcs-do-run-test-profiles
endif
# Compile all mcs tests