commit | 702c65922f51c548a40a6fd4a112e7568cf9d207 | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Tue Jul 09 17:44:53 2019 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Tue Jul 09 17:44:53 2019 +0200 |
tree | 16a4c089a7255db4248f422ba6cc02716f7c525e | |
parent | daab28a4afd1008043fedc9395c4136212c3cf22 [diff] [blame] |
Add a linker flag to enable gcov in basic-build-test.sh
diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index 2c9deb9..4b71ff6 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh
@@ -64,6 +64,7 @@ # Step 1 - Make and instrumented build for code coverage export CFLAGS=' --coverage -g3 -O0 ' +export LDFLAGS=' --coverage' make clean cp "$CONFIG_H" "$CONFIG_BAK" scripts/config.pl full