| Index: test/actions-shared-library/gyptest-prog.py
|
| ===================================================================
|
| --- test/actions-shared-library/gyptest-prog.py (revision 0)
|
| +++ test/actions-shared-library/gyptest-prog.py (revision 0)
|
| @@ -0,0 +1,19 @@
|
| +#!/usr/bin/env python
|
| +
|
| +#Copyright 2013 Google Inc.All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +"""
|
| +Verifies that actions executing executables depending on a shared library work.
|
| +"""
|
| +
|
| +import TestGyp
|
| +
|
| +test = TestGyp.TestGyp()
|
| +
|
| +test.run_gyp('shared.gyp')
|
| +
|
| +test.build('shared.gyp', 'prog')
|
| +
|
| +test.pass_test()
|
|
|
| Property changes on: test/actions-shared-library/gyptest-prog.py
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
| Added: svn:executable
|
| + *
|
|
|
|
|