ninja test

master
Christopher Dunn 2020-04-24 00:58:35 -05:00
parent 8b20b7a317
commit 1ff6bb65a0
1 changed files with 7 additions and 2 deletions

View File

@ -27,8 +27,13 @@ Then,
#LIB_TYPE=static
meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
ninja -v -C build-${LIB_TYPE}
cd build-${LIB_TYPE}
meson test --no-rebuild --print-errorlogs
ninja -C build-static/ test
# Or
#cd build-${LIB_TYPE}
#meson test --no-rebuild --print-errorlogs
sudo ninja install
## Building and testing with other build systems