Skip to content

Commit 1ff6bb6

Browse files
committed
ninja test
1 parent 8b20b7a commit 1ff6bb6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ Then,
2727
#LIB_TYPE=static
2828
meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
2929
ninja -v -C build-${LIB_TYPE}
30-
cd build-${LIB_TYPE}
31-
meson test --no-rebuild --print-errorlogs
30+
31+
ninja -C build-static/ test
32+
33+
# Or
34+
#cd build-${LIB_TYPE}
35+
#meson test --no-rebuild --print-errorlogs
36+
3237
sudo ninja install
3338

3439
## Building and testing with other build systems

0 commit comments

Comments
 (0)