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>2004-12-03 18:14:37 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-03 18:14:37 +0300
commit10065f4006070ac9571e1bc06c863e42a73d192c (patch)
treea1ee1954606dffd842df27a0b899ebe53949f219 /configure.in
parentebd4a7df44504aff5e034edb6765eb4042a7480d (diff)
* configure.in (ENABLE_NUNIT_TESTS): New.
* runtime/Makefile.am (check-local): Use it to disable nunit tests. Ensure that the test dlls are always built, however. svn path=/trunk/mono/; revision=37026
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ea8bb4dbaca..36c54bde6bf 100644
--- a/configure.in
+++ b/configure.in
@@ -1232,6 +1232,9 @@ fi
AC_SUBST(ICU_CFLAGS)
AC_SUBST(ICU_LIBS)
+AC_ARG_ENABLE(nunit-tests, [ --enable-nunit-tests Run the nunit tests of the class library on 'make check'])
+AM_CONDITIONAL(ENABLE_NUNIT_TESTS, [test x$enable_nunit_tests = xyes])
+
TARGET="unknown"
ACCESS_UNALIGNED="yes"