summaryrefslogtreecommitdiff
path: root/test/subdirectory/gyptest-SYMROOT-all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdirectory/gyptest-SYMROOT-all.py')
-rw-r--r--test/subdirectory/gyptest-SYMROOT-all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subdirectory/gyptest-SYMROOT-all.py b/test/subdirectory/gyptest-SYMROOT-all.py
index 3b7ce014..3194220e 100644
--- a/test/subdirectory/gyptest-SYMROOT-all.py
+++ b/test/subdirectory/gyptest-SYMROOT-all.py
@@ -20,7 +20,7 @@ test.run_gyp('prog1.gyp', '-Dset_symroot=1', '--depth=.', chdir='src')
test.relocate('src', 'relocate/src')
# Suppress the test infrastructure's setting SYMROOT on the command line.
-test.build_all('prog1.gyp', SYMROOT=None, chdir='relocate/src')
+test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
test.run_built_executable('prog1',
stdout="Hello from prog1.c\n",