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.gyp10
2 files changed, 9 insertions, 2 deletions
diff --git a/test/options.gypi b/test/options.gypi
new file mode 120000
index 0000000..9b18bce
--- /dev/null
+++ b/test/options.gypi
@@ -0,0 +1 @@
+../options.gypi
\ No newline at end of file
diff --git a/test/test.gyp b/test/test.gyp
index 131b93a..ffedd02 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -7,9 +7,15 @@
       "src"
     ],
 
+    "variables": {
+      "gypkg_deps": [
+        "git://github.com/libuv/libuv.git#v1.9.1:uv.gyp:libuv",
+      ],
+    },
+
     "dependencies": [
-      "deps/libuv/uv.gyp:libuv",
-      "../uv_link_t.gyp:uv_link_t"
+      "<!@(gypkg deps <(gypkg_deps))",
+      "../uv_link_t.gyp:uv_link_t",
     ],
 
     "sources": [