Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added flag to valgrind #568

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 50 additions & 50 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,56 +74,56 @@ jobs:
GFORTRAN=gfortran-${{matrix.gcc_v}}
GCOV=gcov-${{matrix.gcc_v}}
sudo apt update && sudo apt install -y valgrind
fpm test jf_test_01 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_02 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_03 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_04 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_05 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_06 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_07 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_08 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_09 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_10 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_11 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_12 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_13 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_14 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_15 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_16 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_17 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_18 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_19 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_20 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_21 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_22 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_23 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_24 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_25 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_26 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_27 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_28 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_29 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_30 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_31 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_32 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_33 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_34 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_35 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_36 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_37 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_38 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_39 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_40 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_41 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_42 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_43 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_44 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_45 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_46 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_47 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_48 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_49 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_50 --runner "valgrind --leak-check=full --show-leak-kinds=all"
fpm test jf_test_01 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_02 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_03 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_04 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_05 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_06 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_07 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_08 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_09 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_10 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_11 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_12 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_13 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_14 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_15 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_16 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_17 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_18 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_19 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_20 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_21 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_22 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_23 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_24 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_25 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_26 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_27 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_28 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_29 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_30 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_31 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_32 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_33 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_34 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_35 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_36 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_37 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_38 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_39 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_40 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_41 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_42 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_43 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_44 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_45 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_46 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_47 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_48 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_49 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
fpm test jf_test_50 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"

- name: Compile_with_cmake
# CMake build with unit tests, no documentation, with coverage analysis
Expand Down