[tor-commits] [tlsdate/debian-master] Makefile target test_run
ioerror at torproject.org
ioerror at torproject.org
Thu Oct 31 10:25:57 UTC 2013
commit 60d725f1d2381423782522ed425e20264e8b953f
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Fri Apr 26 13:31:22 2013 -0700
Makefile target test_run
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 5013746..5c2c845 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,6 +124,9 @@ update_ca_root_data:
go run ~/Documents/code/git/extract-nss-root-certs/convert_mozilla_certdata.go ca-roots/certdata.txt > ca-roots/tlsdate-ca-roots.conf
rm ca-roots/certdata.txt
+test_run:
+ ./src/tlsdate-helper www.ptb.de 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-clock showtime no-fun holdfast none
+
BUILT_SOURCES+= src/configmake.h
noinst_HEADERS+= src/configmake.h
src/configmake.h: ${top_srcdir}/Makefile.in
More information about the tor-commits
mailing list