summaryrefslogtreecommitdiff
path: root/src/test/test_ntor.sh.in
blob: be35384ddfb7d1d34f95080891a6b5793b1312f4 (plain)
1
2
3
4
5
6
7
8
9
#!@SHELL@
# Validate Tor's ntor implementation.

exitcode=0

@PYTHON@ @abs_top_srcdir@/src/test/ntor_ref.py test-tor || exitcode=1
@PYTHON@ @abs_top_srcdir@/src/test/ntor_ref.py self-test || exitcode=1

exit ${exitcode}