mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
1228dd293b
This removes roughly 5000 branches in my testing. We never want to trigger assertions even during tests, so this is sane. Implements #15400.
7 lines
357 B
Plaintext
7 lines
357 B
Plaintext
o Minor features:
|
|
- Remove assertions during builds to determine Tor's test coverage.
|
|
We don't want to trigger these even in assertions, so including
|
|
them artificially makes our branch coverage look worse than it is.
|
|
This patch provides the new test-stem-full and coverage-html-full
|
|
configure options. Implements ticket 15400.
|