From 0ee2fc301c09416602d43959ddf1e553d9c2690b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sun, 23 Nov 2014 03:14:25 +0100 Subject: Remove --enable-nunit-tests option from build system It isn't used anymore as the classlib tests are always enabled now during 'make check'. --- runtime/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'runtime/Makefile.am') 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 -- cgit v1.2.3