summaryrefslogtreecommitdiff
path: root/test/toolsets
diff options
context:
space:
mode:
Diffstat (limited to 'test/toolsets')
-rw-r--r--test/toolsets/gyptest-toolsets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/toolsets/gyptest-toolsets.py b/test/toolsets/gyptest-toolsets.py
index 4d74a117..56010cf3 100644
--- a/test/toolsets/gyptest-toolsets.py
+++ b/test/toolsets/gyptest-toolsets.py
@@ -11,7 +11,7 @@ test = TestGyp.TestGyp(formats=['make'])
test.run_gyp('toolsets.gyp')
-test.build_all('toolsets.gyp')
+test.build('toolsets.gyp', test.ALL)
test.run_built_executable('host-main', stdout="Host\n")
test.run_built_executable('target-main', stdout="Target\n")