diff options
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index f67b87e..024512b 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -260,6 +260,8 @@ 'conditions': [ ['OS=="linux"', { 'dependencies': [ + # Linux tests use the built test_shell beside the test + 'test_shell', '../../../build/linux/system.gyp:gtk', ], 'sources!': [ |