Skip to content

Commit d952ba7

Browse files
committed
Merge branch 'eyraud/15' into 'master'
Fix coverage build Closes #15 See merge request eng/toolchain/gnatcoll-core!42
2 parents 0550c32 + 1c698d2 commit d952ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ build: $(LIBRARY_TYPES:%=build-%)
146146

147147
build-%: $(GNATCOV_RTS)
148148
ifeq ($(GNATCOV), yes)
149-
gnatcov instrument -P $(GNATCOLL_GPR) $(RBD) \
149+
$(GNATCOV_PROJECT_PATH) gnatcov instrument -P $(GNATCOLL_GPR) $(RBD) \
150150
--no-subprojects --level=stmt+decision
151151
endif
152152
$(BUILDER) -XLIBRARY_TYPE=$* -XXMLADA_BUILD=$* -XGPR_BUILD=$* \

0 commit comments

Comments
 (0)