From 149ce031a1ed0b1444d73eca8bbcd72359326ecb Mon Sep 17 00:00:00 2001 From: fabian Date: Tue, 23 Apr 2024 13:28:57 +0200 Subject: [PATCH] Fix the description how to execute tests with meson, ninja --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c9fc6a..e4e4051 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Then, meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE} ninja -v -C build-${LIB_TYPE} - ninja -C build-static/ test + ninja -C build-shared/ test # Or #cd build-${LIB_TYPE}