Skip to content

Commit

Permalink
Merge branch 'main' into get-credentials-segf
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored May 27, 2024
2 parents 456fb94 + 335c589 commit 5f22516
Show file tree
Hide file tree
Showing 4 changed files with 1,403 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# gvm-libs

[![GitHub releases](https://img.shields.io/github/release/greenbone/gvm-libs.svg)](https://github.com/greenbone/gvm-libs/releases)
[![Code Documentation Coverage](https://img.shields.io/codecov/c/github/greenbone/gvm-libs.svg?label=Doc%20Coverage&logo=codecov)](https://codecov.io/gh/greenbone/gvm-libs)
[![Code Documentation Coverage](https://img.shields.io/codecov/c/github/greenbone/gvm-libs.svg?label=Documentation%20Coverage&logo=codecov)](https://codecov.io/gh/greenbone/gvm-libs)
[![Build and test C](https://github.com/greenbone/gvm-libs/actions/workflows/ci-c.yml/badge.svg)](https://github.com/greenbone/gvm-libs/actions/workflows/ci-c.yml)

This is the libraries module for the Greenbone Community Edition.
Expand Down
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 5f22516

Please sign in to comment.