Skip to content

build: Avoid building files multiple times

Andrea Veri requested to merge wip/sadiq/speed-up-build into master

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.

Merge request reports