Merge pull request #300 from EasyIP2023/feature/update-readme-meson-build

README: update meson option for running test
This commit is contained in:
Recep Aslantas
2023-05-15 14:57:09 +03:00
committed by GitHub

View File

@@ -289,7 +289,7 @@ $ sudo ninja install # [Optional]
c_std=c11 c_std=c11
buildtype=release buildtype=release
default_library=shared default_library=shared
enable_tests=false # to run tests: ninja test build_tests=true # to run tests: ninja test
``` ```
#### Use with your Meson project #### Use with your Meson project
* Example: * Example: