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.
1.5 KiB
1.5 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.