summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp
blob: ed1c62e982eaf0ee473737aebf30addb85a29121 (plain)
1
2
3
4
5
6
7
8
{
  'includes': ['../../test.gypi'],
  'targets': [{
    'target_name': 'testlib',
    'type': 'static_library',
    'sources': ['testlib.cc'],
  }],
}