We don't have to build each source for every test, instead we could create a static library link it with every test, which will be a lot faster.
3.1 KiB
3.1 KiB
We don't have to build each source for every test, instead we could create a static library link it with every test, which will be a lot faster.