Skip to content

Commit

Permalink
Merge branch 'topic/libadalang-internal-testsuite/13' into 'master'
Browse files Browse the repository at this point in the history
gnat_compare: run gprclean recursively

See merge request eng/libadalang/libadalang!1603
  • Loading branch information
thvnx committed Apr 3, 2024
2 parents d371733 + c4d90d1 commit cae90aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/ada/gnat_compare/gnat_compare.adb
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ procedure GNAT_Compare is
Put_Line ("Could not locate gprclean on the PATH");
end if;

Args.Append (+"-q");
Args.Append (+"-r");
Args.Append (+"-P" & Project_File);
for V of App.Args.Scenario_Vars.Get loop
Args.Append ("-X" & V);
Expand Down

0 comments on commit cae90aa

Please sign in to comment.