Skip to content

Commit 3562754

Browse files
Merge pull request #814 from greenbone/add-cvss4
Add: Allow getting score of CVSS 4.0 vectors
2 parents 75f387b + fcf3c8d commit 3562754

File tree

3 files changed

+1402
-2
lines changed

3 files changed

+1402
-2
lines changed

base/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ if (BUILD_TESTS)
7070
EXCLUDE_FROM_ALL
7171
array_tests.c)
7272

73+
add_link_options (-g -lgcov --coverage)
74+
add_compile_options (-g -ftest-coverage -fprofile-arcs)
75+
7376
add_test (array-test array-test)
7477

7578
target_include_directories (array-test PRIVATE ${CGREEN_INCLUDE_DIRS})

0 commit comments

Comments
 (0)