diff --git a/clean_test.sh b/clean_test.sh deleted file mode 100755 index 9b0ef01..0000000 --- a/clean_test.sh +++ /dev/null @@ -1,7 +0,0 @@ -rm -rf cmake-build-debug - -cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug - -cmake --build cmake-build-debug --target integration-test-server - -CTEST_OUTPUT_ON_FAILURE=1 ctest --test-dir cmake-build-debug -j8