Skip to content
Snippets Groups Projects
Commit 848d21c2 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Do not try to chmod test_keygen.sh: It is not generated by configure.

parent 3b6d2f9b
No related branches found
No related tags found
No related merge requests found
TESTSCRIPTS = src/test/test_zero_length_keys.sh src/test/test_keygen.sh
TESTSCRIPTS = src/test/test_zero_length_keys.sh
if USEPYTHON
TESTSCRIPTS += src/test/test_ntor.sh src/test/test_bt.sh
endif
TESTS += src/test/test src/test/test-slow src/test/test-memwipe \
src/test/test_workqueue $(TESTSCRIPTS)
src/test/test_workqueue src/test/test_keygen.sh $(TESTSCRIPTS)
### This is a lovely feature, but it requires automake >= 1.12, and Tor
### doesn't require that yet. Below is a kludge to work around.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment