mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Do not try to chmod test_keygen.sh: It is not generated by configure.
This commit is contained in:
parent
3b6d2f9bf4
commit
848d21c246
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user