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-22 02:42:08 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-22 02:42:08 +0400
commit20ced0ea1e8c440c2dbd13f1aa67cc35f317a85c (patch)
tree07fcb109b11eb3e8201b0b80e5adf52de4466903 /Makefile
parenta6a3bf6d470dbc2cd167c9d7788181793d0dc8a0 (diff)
Add tls tests to test-uv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08ff5e23aea..a97cea66526 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,18 @@ UVTEST += pummel/test-timer-wrap
UVTEST += pummel/test-timer-wrap2
UVTEST += pummel/test-vm-memleak
UVTEST += internet/test-dns
+UVTEST += simple/test-tls-client-abort
+UVTEST += simple/test-tls-client-verify
+UVTEST += simple/test-tls-connect
+#UVTEST += simple/test-tls-ext-key-usage # broken
+UVTEST += simple/test-tls-junk-closes-server
+UVTEST += simple/test-tls-npn-server-client
+UVTEST += simple/test-tls-request-timeout
+#UVTEST += simple/test-tls-securepair-client # broken
+#UVTEST += simple/test-tls-securepair-server # broken
+#UVTEST += simple/test-tls-server-verify # broken
+UVTEST += simple/test-tls-set-encoding
+
test-uv: all
NODE_USE_UV=1 python tools/test.py $(UVTEST)