diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-19 16:51:08 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-19 16:51:08 +1300 |
| commit | 39a112952e328ce52e5f7b08bf18bbadd3fca03f (patch) | |
| tree | a3ac33e45e4ca643da28930979d38454bda949ff /tests.gpr | |
| parent | 5c077a81964096daf997949da695500c8ab4a7d3 (diff) | |
Reification, including Term flattening and Treeification
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,8 @@ project Tests is "fivesix.adb", "membero.adb", "pprint.adb", - "rembero.adb"); + "rembero.adb", + "trees.adb"); package Builder is for Executable ("ab.adb") use "ab"; @@ -28,6 +29,7 @@ project Tests is for Executable ("membero.adb") use "membero"; for Executable ("pprint.adb") use "pprint"; for Executable ("rembero.adb") use "rembero"; + for Executable ("trees.adb") use "trees"; for Default_Switches ("Ada") use Common.Builder'Default_Switches ("Ada"); |
