Skip to content

Commit

Permalink
Merge branch 'leo/161_gcvrt_update' into 'master'
Browse files Browse the repository at this point in the history
gnattest/gnatcov integration Makefile: remove stale references to gnatcov_rts_full

See merge request eng/ide/libadalang-tools!201
  • Loading branch information
leocreuse committed Apr 3, 2024
2 parents 24c8a04 + 3ab37f6 commit 3d292d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-harness.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ package body Test.Harness is
if not Target_Native then
S_Put (0, "inst-coverage: BUILDERFLAGS+="
& "--implicit-with=$(if $(GNATCOV_RTS),$(GNATCOV_RTS),"
& "gnatcov_rts_full.gpr)");
& "gnatcov_rts.gpr)");
Put_New_Line;
end if;
S_Put (0, "inst-coverage: gnatcov-consolidate");
Expand Down

0 comments on commit 3d292d9

Please sign in to comment.