Skip to content

Commit afe7d11

Browse files
Merge branch 'topic/ada_language_server#1173' into 'master'
Fix passing of BUILD_MODE variable to gnatcov See merge request eng/ide/ada_language_server!1359
2 parents 12d7b1b + a2b568e commit afe7d11

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
@@ -115,7 +115,7 @@ ifneq ($(COVERAGE),)
115115
# Remove artifacts from previous instrumentations, so that stale units that
116116
# are not overriden by new ones don't get in our way.
117117
rm -rf .obj/*/gnatcov-instr
118-
$(COVERAGE_INSTR) -XVERSION=$(VERSION) XBUILD_DATE=$(BUILD_DATE) \
118+
$(COVERAGE_INSTR) -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) \
119119
-Pgnat/lsp_server.gpr --projects lsp_server --projects lsp
120120
$(COVERAGE_INSTR) -Pgnat/tester.gpr --projects lsp
121121
$(COVERAGE_INSTR) -Pgnat/codec_test.gpr --projects lsp

0 commit comments

Comments
 (0)