repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make dist: only include files from practracker dir intentionally.
[tor.git]
/
src
/
test
/
test_ntor.sh
blob
5081dabc54f781452ab24aaa9e7697fcbaac6c1c
1
#!/bin/sh
2
# Validate Tor's ntor implementation.
3
4
exitcode
=
0
5
6
"
${PYTHON:-python}
"
"
${abs_top_srcdir:-.}
/src/test/ntor_ref.py"
test-tor || exitcode
=
1
7
"
${PYTHON:-python}
"
"
${abs_top_srcdir:-.}
/src/test/ntor_ref.py"
self-test || exitcode
=
1
8
9
exit
${exitcode}