summaryrefslogtreecommitdiff
path: root/deps/gyp/test/make_global_settings/full-toolchain/my_nm.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/make_global_settings/full-toolchain/my_nm.py')
-rwxr-xr-xdeps/gyp/test/make_global_settings/full-toolchain/my_nm.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/gyp/test/make_global_settings/full-toolchain/my_nm.py b/deps/gyp/test/make_global_settings/full-toolchain/my_nm.py
new file mode 100755
index 0000000000..f0f1efcf73
--- /dev/null
+++ b/deps/gyp/test/make_global_settings/full-toolchain/my_nm.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# Copyright (c) 2014 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.
+import sys
+print sys.argv
+with open('RAN_MY_NM', 'w') as f:
+ f.write('RAN_MY_NM')