Files
rust/library
Pietro Albini b1d60bc076 refactor executing tests to centralize actually invoking tests
Before this commit, tests were invoked in multiple places, especially
due to `-Z panic-abort-tests`, and adding a new test kind meant having
to chase down and update all these places.

This commit creates a new Runnable enum, and its children RunnableTest
and RunnableBench. The rest of the harness will now pass around the enum
rather than constructing and passing around boxed functions. The enum
has two children enums because invoking tests and invoking benchmarks
requires different parameters.
2023-05-26 14:53:43 +02:00
..
2023-05-07 18:57:43 +03:00
2023-05-02 10:32:07 +00:00
2022-06-03 17:16:41 -04:00
2023-05-23 11:14:50 -04:00