about summary refs log tree commit diff stats
path: root/test/test.gyp
blob: ef59c955e676f7c5355fa4d1f05e42ae4e0919ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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",
    ],
  }],
}