summaryrefslogtreecommitdiff
path: root/test/subdirectory/gyptest-top-all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdirectory/gyptest-top-all.py')
-rw-r--r--test/subdirectory/gyptest-top-all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subdirectory/gyptest-top-all.py b/test/subdirectory/gyptest-top-all.py
index 446996d3..4bab1e49 100644
--- a/test/subdirectory/gyptest-top-all.py
+++ b/test/subdirectory/gyptest-top-all.py
@@ -22,7 +22,7 @@ test.run_gyp('prog1.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_all('prog1.gyp', chdir='relocate/src')
+test.build('prog1.gyp', test.ALL, chdir='relocate/src')
test.run_built_executable('prog1',
stdout="Hello from prog1.c\n",