summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-11-26 00:07:39 +0900
committerJan Kotas <jkotas@microsoft.com>2016-11-25 07:07:39 -0800
commit9059610008205ac6c7c88e2a2651f61b94558ffc (patch)
treee9735d14f95939e3713c4ccc8f8790a6e2d4af14 /build.sh
parent1ce314b3f7b51081f88835e60f8516780f4894ac (diff)
downloadcoreclr-9059610008205ac6c7c88e2a2651f61b94558ffc.tar.gz
coreclr-9059610008205ac6c7c88e2a2651f61b94558ffc.tar.bz2
coreclr-9059610008205ac6c7c88e2a2651f61b94558ffc.zip
Configures tests even when configureonly is provided (#8308)
The current script does not configure tests when configureonly is provided. This commit revises 'build.sh' to configure tests even when configureonly is provided. This commit makes it possible to build tests (including related components) via configuring the whole projects and running make inside that directory.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 706ee98dd6..61b5ab1120 100755
--- a/build.sh
+++ b/build.sh
@@ -581,7 +581,6 @@ while :; do
__ConfigureOnly=1
__SkipMSCorLib=1
__SkipNuget=1
- __IncludeTests=
;;
skipconfigure)