Skip to content

Commit 63a32ee

Browse files
committed
remove script I no longer use
1 parent ec42aee commit 63a32ee

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

tests/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ help:
55
@echo " |"
66
@echo "make compile_clang | compile all tests with clang, -std=c++20 for warnings"
77
@echo " |"
8+
@echo "make compile_commented_snippets | compile code in @code...@endcode comments"
9+
@echo " |"
810
@echo "make check_format_lint | checks format with clang-format, then cppcheck"
911
@echo " |"
1012
@echo "make do_format | format with clang-format"
@@ -22,10 +24,6 @@ help:
2224
@echo " | - these files are not compiled nor linted as part of ci"
2325
@echo " |"
2426
@echo "make print_which_tests_havent_run | mainly to check if all tests have run"
25-
@echo " |"
26-
@echo "make finish_running_tests | manually trigger CI every 15 minutes until all tests have run"
27-
@echo " |"
28-
@echo "make compile_commented_snippets | compile code in @code...@endcode comments"
2927

3028
compile_gcc:
3129
./scripts/compile_gcc.sh
@@ -57,8 +55,5 @@ update_main:
5755
print_which_tests_havent_run:
5856
./scripts/print_which_tests_havent_run.sh
5957

60-
finish_running_tests:
61-
./scripts/finish_running_tests.sh
62-
6358
compile_commented_snippets:
6459
./scripts/compile_commented_snippets.sh

tests/scripts/finish_running_tests.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)