summaryrefslogtreecommitdiff
path: root/test/mac/libtool-zero/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/mac/libtool-zero/test.gyp')
-rw-r--r--test/mac/libtool-zero/test.gyp15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/mac/libtool-zero/test.gyp b/test/mac/libtool-zero/test.gyp
new file mode 100644
index 00000000..2f2c3f1c
--- /dev/null
+++ b/test/mac/libtool-zero/test.gyp
@@ -0,0 +1,15 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'mylib',
+ 'type': 'static_library',
+ 'sources': [
+ 'mylib.c',
+ ],
+ },
+ ],
+}