Skip to content

Commit 86c7558

Browse files
committed
Fix gnatcov invocation
after renaming lsp.gpr to lsp_3_17.gpr. Client project still depends on old lsp.gpr. Closes #1180
1 parent 91d4866 commit 86c7558

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
@@ -116,7 +116,7 @@ ifneq ($(COVERAGE),)
116116
# are not overriden by new ones don't get in our way.
117117
rm -rf .obj/*/gnatcov-instr
118118
$(COVERAGE_INSTR) -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) \
119-
-Pgnat/lsp_server.gpr --projects lsp_server --projects lsp
119+
-Pgnat/lsp_server.gpr --projects lsp_server --projects lsp_3_17
120120
$(COVERAGE_INSTR) -Pgnat/tester.gpr --projects lsp
121121
$(COVERAGE_INSTR) -Pgnat/codec_test.gpr --projects lsp
122122
endif

0 commit comments

Comments
 (0)