summaryrefslogtreecommitdiff
path: root/test/subdirectory/gyptest-subdir-all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdirectory/gyptest-subdir-all.py')
-rw-r--r--test/subdirectory/gyptest-subdir-all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subdirectory/gyptest-subdir-all.py b/test/subdirectory/gyptest-subdir-all.py
index 7459d220..8e62ae62 100644
--- a/test/subdirectory/gyptest-subdir-all.py
+++ b/test/subdirectory/gyptest-subdir-all.py
@@ -14,7 +14,7 @@ test.run_gyp('prog1.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_all('prog2.gyp', chdir='relocate/src/subdir')
+test.build('prog2.gyp', test.ALL, chdir='relocate/src/subdir')
test.must_not_exist('relocate/src/prog1'+test._exe)