]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove -lgcov from profiling tests (#679)
authorChris Burr <chrisburr@users.noreply.github.com>
Sat, 10 Oct 2020 18:00:19 +0000 (20:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 10 Oct 2020 18:01:11 +0000 (20:01 +0200)
commit46c700cc6f8958e1a081bf93debdbc37ac36447a
tree4f252c6dc6562e47c81469e81430a5a2d7a8dddd
parent7e1f95191d7cdda465c743f9fef11b3eb40ac8f7
Remove -lgcov from profiling tests (#679)

This fixes an issue when running the test suite with a Clang installation
without a GCC installation since libgcov then isn't found.

(cherry picked from commit 9e128bfeb9a5050231a41e357729645c5a99fc2e)
test/suites/profiling.bash
test/suites/profiling_gcc.bash