diff options
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/test/test.gyp b/test/test.gyp deleted file mode 100644 index 736115a..0000000 --- a/test/test.gyp +++ /dev/null @@ -1,30 +0,0 @@ -{ - "targets": [{ - "target_name": "uv_link_t-test", - "type": "executable", - - "include_dirs": [ - "src" - ], - - "variables": { - "gypkg_deps": [ - "git://github.com/libuv/libuv.git@^1.9.0 => uv.gyp:libuv", - ], - }, - - "dependencies": [ - "<!@(gypkg deps <(gypkg_deps))", - "../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", - "src/test-strerror.c", - ], - }], -} |