Skip to content

Commit

Permalink
Merge branch 'topic/217-aggr_lib' into 'master'
Browse files Browse the repository at this point in the history
Test: Add support for library aggregate projects in stubbing mode

Closes #217

See merge request eng/ide/libadalang-tools!268
  • Loading branch information
leocreuse committed Dec 13, 2024
2 parents 1bdfe74 + 31b5a4c commit bb5f2d6
Show file tree
Hide file tree
Showing 19 changed files with 552 additions and 386 deletions.
4 changes: 2 additions & 2 deletions src/test-harness.adb
Original file line number Diff line number Diff line change
Expand Up @@ -3089,10 +3089,10 @@ package body Test.Harness is
Current_Infix := new String'(Get_Next_Infix);
if Stub_Exclusion_Lists.Contains (Base_Name (P.UUT_File_Name.all))
then
Test.Skeleton.Source_Table.Enforce_Custom_Project_Extention
Test.Skeleton.Source_Table.Enforce_Custom_Project_Extension
(P.UUT_File_Name.all, P.Path_Extending.all, Current_Infix.all);
else
Test.Skeleton.Source_Table.Enforce_Project_Extention
Test.Skeleton.Source_Table.Enforce_Project_Extension
(P.Name_Of_Extended.all,
P.Path_Extending.all,
Current_Infix.all);
Expand Down
Loading

0 comments on commit bb5f2d6

Please sign in to comment.