cleanup: Make Networking_Core pointer-to-const where possible.

This commit is contained in:
iphydf
2022-01-16 00:39:51 +00:00
parent c081a50201
commit 09bb9b8a23
5 changed files with 18 additions and 18 deletions

View File

@@ -33,6 +33,5 @@ cmake -B_build -H. -GNinja \
cmake --build _build --parallel "$NPROC" --target install -- -k 0
cd _build # pushd
ctest -j50 --output-on-failure ||
ctest -j50 --output-on-failure --rerun-failed
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
cd - # popd

View File

@@ -31,6 +31,5 @@ cmake -B_build -H. \
cd _build # pushd
make "-j$NPROC" -k install
make "-j$NPROC" test ARGS="-j50" ||
make "-j$NPROC" test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE=1
ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
cd - # popd