README: update meson option for running test

Running on an already built build directory

meson configure -Denable_tests=true build/

Leads to

ERROR: Unknown options: "enable_tests"

Seems the meson option was updated

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
Vincent Davis Jr
2023-05-14 19:38:58 -05:00
parent 9772948831
commit 2631d3b5ea

View File

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