about summary refs log tree commit diff stats
path: root/test/test.gyp
blob: 0bd930d3bcee5453572f6790694466fef0ba119e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "targets": [{
    "target_name": "uv_link_t-test",
    "type": "executable",

    "include_dirs": [
      "src"
    ],

    "dependencies": [
      "deps/libuv/uv.gyp:libuv",
      "../uv_link_t.gyp:uv_link_t"
    ],

    "sources": [
      "src/main.c",
      "src/test-uv-link-source-t.c",
      "src/test-uv-link-observer-t.c",
      "src/test-defaults.c",
      "src/test-close.c",
    ],
  }],
}