Use single binary to run unit tests #354
Labels
2
Small features, tests coverage, simple laboratory works
infrastructure
Improves build/CI infrastructure.
S1 — ISA
To solve the issue, you need knowledge about MIPS or RISC-V ISA
Currently each test has its own binary, however, GoogleTest (and other libraries, as Catch) provides interface to run different tests from a single binary. With CMake flow, it should be relatively easy.
The text was updated successfully, but these errors were encountered: