diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-10 18:57:08 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-10 18:57:08 +1300 |
| commit | 7719622ff4f72769f15a771dc5455dabeff295bc (patch) | |
| tree | c7800c67504178b6ef8591735ddaa72f3a2c9d41 /tests.gpr | |
| parent | dbe103313c66e0a510ce689ba72b1d2d0857a457 (diff) | |
Infinite number of States in a World enabled with lazy evaluation
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,11 +17,13 @@ project Tests is for Main use ("ab.adb", + "fivesix.adb", "pprint.adb"); package Builder is - for Executable ("ab.adb") use "ab"; - for Executable ("pprint.adb") use "pprint"; + for Executable ("ab.adb") use "ab"; + for Executable ("fivesix.adb") use "fivesix"; + for Executable ("pprint.adb") use "pprint"; for Default_Switches ("Ada") use Common.Builder'Default_Switches ("Ada"); |
