Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Reduce test executables size

Open sylvlecl opened this issue 1 year ago • 2 comments

Description End-to-end test executables are really large, around 50M. As we start to have a few, we should worry about the total size of the build output.

Possible solutions will be:

  • link with antares libraries as shared libraries
  • create fewer executables by gathering tests in common executables (still different test suites)

sylvlecl avatar Aug 17 '23 17:08 sylvlecl