about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
l---------test/options.gypi1
-rw-r--r--test/test.gyp30
2 files changed, 0 insertions, 31 deletions
diff --git a/test/options.gypi b/test/options.gypi
deleted file mode 120000
index 9b18bce..0000000
--- a/test/options.gypi
+++ /dev/null
@@ -1 +0,0 @@
-../options.gypi
\ No newline at end of file
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",
-    ],
-  }],
-}