Refactor MakeTestDataSet into a separate library
Instead of having every test generate the functions inside this massive file, build them only once.
Build times for clean build with just OpenMP:
- master: 7:55sec
- this: 7:37sec
Instead of having every test generate the functions inside this massive file, build them only once.
Build times for clean build with just OpenMP: