WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Unit tests compilation is unnecessarily slow

Open carllocos opened this issue 2 years ago • 0 comments

Currently, it takes 4 to 5 minutes to fully compile all the unit test files whereas the actual running of each test is blazing fast.

I think this is because, for each unit test file, we rebuild the whole Warduino project. Building WARDuino as a shared library across each unit test file should increase performance. This just requires a change in the CMakeLists.txt file.

carllocos avatar May 20 '23 09:05 carllocos