Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Build test suite into single binary.
Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.
- Loading branch information