summaryrefslogtreecommitdiff
path: root/deps/gyp/test/arflags/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/arflags/test.gyp')
-rw-r--r--deps/gyp/test/arflags/test.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/gyp/test/arflags/test.gyp b/deps/gyp/test/arflags/test.gyp
new file mode 100644
index 0000000000..f7430fae2d
--- /dev/null
+++ b/deps/gyp/test/arflags/test.gyp
@@ -0,0 +1,10 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'lib',
+ 'type': 'static_library',
+ 'sources': ['lib.cc'],
+ 'arflags': ['--nonexistent'],
+ },
+ ],
+}