bin2cpp icon indicating copy to clipboard operation
bin2cpp copied to clipboard

Modify scripts that generates files for unit tests

Open end2endzone opened this issue 8 months ago • 0 comments

The code for generating unit tests files is split into a Batch file and a Shell script for Windows and Linux builds.

Having two different scripts is hard to maintain. The scripts should be merged into a single c++ executable or a python app. This would simplify the code for generating files.

How and when files are generated in also pretty confusing when looking at cmake projects. This would also need simplification.

end2endzone avatar Apr 27 '25 12:04 end2endzone