summaryrefslogtreecommitdiff
path: root/test/rules
diff options
context:
space:
mode:
Diffstat (limited to 'test/rules')
-rw-r--r--test/rules/gyptest-all.py2
-rw-r--r--test/rules/gyptest-default.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rules/gyptest-all.py b/test/rules/gyptest-all.py
index d8eb9614..ee6b0404 100644
--- a/test/rules/gyptest-all.py
+++ b/test/rules/gyptest-all.py
@@ -12,7 +12,7 @@ test.run_gyp('actions.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_all('actions.gyp', chdir='relocate/src')
+test.build('actions.gyp', test.ALL, chdir='relocate/src')
expect = """\
Hello from program.c
diff --git a/test/rules/gyptest-default.py b/test/rules/gyptest-default.py
index f8a494aa..714b4e88 100644
--- a/test/rules/gyptest-default.py
+++ b/test/rules/gyptest-default.py
@@ -12,7 +12,7 @@ test.run_gyp('actions.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_default('actions.gyp', chdir='relocate/src')
+test.build('actions.gyp', chdir='relocate/src')
expect = """\
Hello from program.c