summaryrefslogtreecommitdiff
path: root/test/hello/gyptest-target.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello/gyptest-target.py')
-rwxr-xr-xtest/hello/gyptest-target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello/gyptest-target.py b/test/hello/gyptest-target.py
index 0cbafb76..ffb67277 100755
--- a/test/hello/gyptest-target.py
+++ b/test/hello/gyptest-target.py
@@ -11,7 +11,7 @@ test = TestGyp.TestGyp()
test.run_gyp('hello.gyp')
-test.build_target('hello.gyp', 'hello')
+test.build('hello.gyp', 'hello')
test.run_built_executable('hello', stdout="Hello, world!\n")