about summary refs log tree commit diff stats
path: root/test/test.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-06 17:13:16 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-06 17:13:16 -0400
commitf19bb5ca2af907e02eb8cad58b4d59d9ceb194aa (patch)
treee562e73c5a4411b40459a1c8f94f42f5b69d7409 /test/test.gyp
parentf149d0ea93935b0d2d71461940ded54f49be64c6 (diff)
downloaduv_link_t-f19bb5ca2af907e02eb8cad58b4d59d9ceb194aa.tar.gz
src: port to gypkg
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp10
1 files changed, 8 insertions, 2 deletions
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": [