aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_zero_length_keys.sh
AgeCommit message (Collapse)Author
2019-11-05test/scripts: Use the same code to find the tor binaryteor
This change makes sure we are always using the coverage binary, when coverage is enabled. Fixes bug 32368; bugfix on 0.2.7.3-rc.
2019-10-20test: Skip test scripts that require the relay moduleteor
When tor is built without the relay module. Part of 32123.
2018-07-05Start splitting src/orNick Mathewson
This is a very gentle commit that just lays the groundwork in the build system: it puts the include files to build libtor-app.a into src/core, and to build the tor executable into src/app. The executable is now "src/app/tor".
2015-09-24Add more quotes in the test scriptsNick Mathewson
2015-09-24Stop trying to generate test scripts via autoconf substitution.Nick Mathewson
Use environment variables instead. This repairs 'make distcheck', which was running into trouble when it tried to chmod the generated scripts. Fixes 17148.