-
-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test sources in meson build (#604)
- 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.
- Loading branch information
1 parent
0097f18
commit ccdd5c2
Showing
3 changed files
with
88 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
option('use_stl', type : 'boolean', value : true) | ||
option('use_stl', description: 'Compiling for STL', type: 'boolean', value: true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[wrap-file] | ||
directory = unittest-cpp-2.0.0 | ||
source_url = https://github.com/unittest-cpp/unittest-cpp/archive/v2.0.0.zip | ||
source_filename = unittest-cpp-2.0.0.zip | ||
source_hash = 3ba4f8b6c6e75ca8c79dd6008c78e95fb08554fbf2e0f1195fb78a4bf5a8a805 | ||
patch_url = https://wrapdb.mesonbuild.com/v2/unittest-cpp_2.0.0-1/get_patch | ||
patch_filename = unittest-cpp-2.0.0-1-wrap.zip | ||
patch_hash = a887de2b619c13fc4fd8bff844ca7015a2046dc613ae0765dd4452ff70db12ca | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters