mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
- Update list of tests according to CMakeLists.txt content. - Update compiler args : - Add same arguments as in CMakeLists.txt. - Remove non-vitual-dtor warnings (code need to be fixed before enabling this warning). - Enable sanatizer. - Add unittest-cpp subproject as a wrap dependency. - Add `meson test`target to start the `etl_unit_tests` program.
2 lines
82 B
Meson
2 lines
82 B
Meson
option('use_stl', description: 'Compiling for STL', type: 'boolean', value: true)
|