aboutsummaryrefslogtreecommitdiff
path: root/tests/bash
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-10 23:13:46 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-14 12:57:28 +0200
commit2671496db7c3996a6d8467360979f3085375c6df (patch)
tree281531a27acfdd4a929f19b6b35ce2a94bfc9633 /tests/bash
parent19e1b71a396e6b82c8e8a4602446ada0173579b9 (diff)
Implement MSVC installation discovery for version 15 (2017) and later
In particular, this removes the requirement to build from the Visual Studio command prompt. Note that since MSVC compiler binaries are target-specific (i.e., there are no -m32/-m64 options nor something like /MACHINE), in this case we default to a 64-bit build (a 32-bit build can still be achieved by running from a suitable command prompt). Finally, this mechanism is also used to find Clang bundled with MSVC.
Diffstat (limited to 'tests/bash')
-rw-r--r--tests/bash/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bash/testscript b/tests/bash/testscript
index 6a9bf1d..fd6fc05 100644
--- a/tests/bash/testscript
+++ b/tests/bash/testscript
@@ -7,7 +7,7 @@
: dummy
:
if ($test.target == $build.host && $build.host.class != 'windows')
- {
+{
buildfile = true
test.arguments =