Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-08 21:40:35 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-08 21:40:53 +0400
commit15286c836159f7d4fc954ad9fd1d58f981686e34 (patch)
treeb664999970f7fc8439a261845473717d173a4c6e /Makefile
parent1018e7d23f579f90948664b66752fee58b23ef40 (diff)
Start 'make test-uv' command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a722566e5c..2a092fbfeda 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,13 @@ test-pummel: all
test-internet: all
python tools/test.py internet
+test-uv: all
+ python tools/test.py \
+ simple/test-net-eaddrinuse \
+ simple/test-net-pingpong \
+ simple/test-net-reconnect
+
+
build/default/node: all
apidoc_sources = $(wildcard doc/api/*.markdown)