Skip to content

Commit

Permalink
Merge pull request #814 from greenbone/add-cvss4
Browse files Browse the repository at this point in the history
Add: Allow getting score of CVSS 4.0 vectors
  • Loading branch information
a-h-abdelsalam authored May 14, 2024
2 parents 75f387b + fcf3c8d commit 3562754
Show file tree
Hide file tree
Showing 3 changed files with 1,402 additions and 2 deletions.
3 changes: 3 additions & 0 deletions base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ if (BUILD_TESTS)
EXCLUDE_FROM_ALL
array_tests.c)

add_link_options (-g -lgcov --coverage)
add_compile_options (-g -ftest-coverage -fprofile-arcs)

add_test (array-test array-test)

target_include_directories (array-test PRIVATE ${CGREEN_INCLUDE_DIRS})
Expand Down
Loading

0 comments on commit 3562754

Please sign in to comment.