restored comments, cleanup

This commit is contained in:
Fröjd Lars Erik
2025-03-19 21:59:30 +01:00
parent 4f62b1a05c
commit a0d540fd72
4 changed files with 136 additions and 143 deletions

View File

@ -25,5 +25,4 @@ echo "Building using: ${NCORES} cores"
cmake --build . -- -j${NCORES}
cmake --build . --target install
export SLSDETNAME=automated_tests
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1