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

This commit is contained in:
Nick Mathewson 2015-08-21 11:10:49 -04:00
parent 3b6d2f9bf4
commit 848d21c246

View File

@ -1,12 +1,12 @@
TESTSCRIPTS = src/test/test_zero_length_keys.sh src/test/test_keygen.sh TESTSCRIPTS = src/test/test_zero_length_keys.sh
if USEPYTHON if USEPYTHON
TESTSCRIPTS += src/test/test_ntor.sh src/test/test_bt.sh TESTSCRIPTS += src/test/test_ntor.sh src/test/test_bt.sh
endif endif
TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ 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 ### 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. ### doesn't require that yet. Below is a kludge to work around.