mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
98541f2892
- Don't try to rm -rf the directory before we start: somebody might have set it to ~, which would be quite sad. - Always quote the directory name - Use 'make reset-gcov' before running tests. - Use 'make check', not ./src/test/test
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
o Minor features (testing):
|
|
|
|
- Add a "coverage-html" make target to generate HTML-visualized
|
|
coverage results when building with --enable-coverage. (Requires lcov.)
|
|
Patch from Kevin Murray.
|