Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: third_party/tlslite/Makefile

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tlslite/LICENSE ('k') | third_party/tlslite/PKG-INFO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/Makefile
diff --git a/third_party/tlslite/Makefile b/third_party/tlslite/Makefile
index 6d9e7ac8c9bcbafd74c3f4508ddb132d7ae1da3f..871125e6a6bd03d348b185d9dbc24343112dff78 100644
--- a/third_party/tlslite/Makefile
+++ b/third_party/tlslite/Makefile
@@ -1,4 +1,7 @@
-
+# Authors:
+# Trevor Perrin
+# Hubert Kario - test and test-dev
+#
.PHONY : default
default:
@echo To install tlslite run \"./setup.py install\" or \"make install\"
@@ -22,3 +25,11 @@ docs:
dist: docs
./setup.py sdist
+
+test:
+ cd tests/ && python ./tlstest.py server localhost:4433 . & sleep 1
+ cd tests/ && python ./tlstest.py client localhost:4433 .
+
+test-dev:
+ cd tests/ && PYTHONPATH=.. python ./tlstest.py server localhost:4433 . & sleep 1
+ cd tests/ && PYTHONPATH=.. python ./tlstest.py client localhost:4433 .
« no previous file with comments | « third_party/tlslite/LICENSE ('k') | third_party/tlslite/PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698