From 2631d3b5eaf94c96ee310771e07e8aa4ab8690c4 Mon Sep 17 00:00:00 2001 From: Vincent Davis Jr Date: Sun, 14 May 2023 19:38:58 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f50000e..17b7027 100644 --- a/README.md +++ b/README.md @@ -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: