# HG changeset patch # User Mike Becker # Date 1747997064 -7200 # Node ID ed75dc1db50392f8b9ddf116236bf36a7dbd2398 # Parent 9bf5945d91ab90e18eb62aea4ef6fe9f4f4a7002 make test-compile depend on both static and shared the shared lib is not needed for the tests, but when run with coverage, gcov will be confused when outdated line information is available from a previous shared build diff -r 9bf5945d91ab -r ed75dc1db503 make/makefile.mk --- a/make/makefile.mk Fri May 23 11:44:44 2025 +0200 +++ b/make/makefile.mk Fri May 23 12:44:24 2025 +0200 @@ -56,7 +56,7 @@ $(RMFILE) $(build_dir)/tests/*.gcda $(build_dir)/tests/ucxtest -test-compile: static FORCE +test-compile: compile FORCE cd tests && $(MAKE) check-cxx: CXX-AVAILABLE clean test-compile-cxx FORCE