File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4545 LIB_TYPE=shared
4646 #LIB_TYPE=static
4747 meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
48- ninja -v -C build-${LIB_TYPE} test
48+ #ninja -v -C build-${LIB_TYPE} test # This stopped working on my Mac.
49+ ninja -v -C build-${LIB_TYPE}
4950 cd build-${LIB_TYPE}
51+ meson test --no-rebuild --print-errorlogs
5052 sudo ninja install
5153
5254### Building and testing with other build systems
Original file line number Diff line number Diff line change @@ -21,5 +21,8 @@ meson --version
2121ninja --version
2222meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
2323ninja -v -C build-${LIB_TYPE}
24- ninja -v -C build-${LIB_TYPE} test
24+ # ninja -v -C build-${LIB_TYPE} test
25+ cd build-${LIB_TYPE}
26+ meson test --no-rebuild --print-errorlogs
27+ cd -
2528rm -r build-${LIB_TYPE}
You can’t perform that action at this time.
0 commit comments