summaryrefslogtreecommitdiff
path: root/test/sibling
diff options
context:
space:
mode:
Diffstat (limited to 'test/sibling')
-rw-r--r--test/sibling/gyptest-all.py2
-rw-r--r--test/sibling/gyptest-relocate.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/sibling/gyptest-all.py b/test/sibling/gyptest-all.py
index 75f97321..e0d19629 100644
--- a/test/sibling/gyptest-all.py
+++ b/test/sibling/gyptest-all.py
@@ -9,7 +9,7 @@ test = TestGyp.TestGyp()
test.run_gyp('build/all.gyp', chdir='src')
-test.build_all('build/all.gyp', chdir='src')
+test.build('build/all.gyp', test.ALL, chdir='src')
chdir = 'src/build'
diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py
index 82d3ae39..9e741552 100644
--- a/test/sibling/gyptest-relocate.py
+++ b/test/sibling/gyptest-relocate.py
@@ -11,7 +11,7 @@ test.run_gyp('build/all.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_all('build/all.gyp', chdir='relocate/src')
+test.build('build/all.gyp', test.ALL, chdir='relocate/src')
chdir = 'relocate/src/build'