diff options
| author | Peter Jones <pjones@redhat.com> | 2021-08-04 10:42:02 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-09-07 17:05:04 -0400 |
| commit | 6a95bea8d508f3937e46b1eec2b5def8d5135d78 (patch) | |
| tree | 8fa51091ab65797b441ae916c3b78b8cac04c97d /Makefile | |
| parent | 97350bd6e02ceb0818e8bc0a2b2bc6adaf9c2092 (diff) | |
| download | efi-boot-shim-6a95bea8d508f3937e46b1eec2b5def8d5135d78.tar.gz efi-boot-shim-6a95bea8d508f3937e46b1eec2b5def8d5135d78.zip | |
tests: Add a 'test-coverage' make target for gcov
This adds a make target that builds the tests with gcov so we can
identify coverage gaps in the test suite.
It also makes a special test-lto invocation, so that a developer can run
these tests with the somewhat different optimization results LTO will
have.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,7 +287,7 @@ else $(PESIGN) -n certdb -i $< -c "shim" -s -o $@ -f endif -test test-clean : +test test-clean test-coverage test-lto : @make -f $(TOPDIR)/include/test.mk \ COMPILER="$(COMPILER)" \ CROSS_COMPILE="$(CROSS_COMPILE)" \ |
