diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-12 14:33:30 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-12 14:33:30 +1300 |
| commit | 9ae0a7e7c5d7669a81fe9eba13ff9c6224635efe (patch) | |
| tree | 4d215d59f770adad06741807efce147aed68d4f1 /tests.gpr | |
| parent | 90a7dec41ac4f68c4c9a99eb77ebf340a36e536e (diff) | |
Recursive portions of prelude
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,11 +18,13 @@ project Tests is for Main use ("ab.adb", "fivesix.adb", + "membero.adb", "pprint.adb"); package Builder is for Executable ("ab.adb") use "ab"; for Executable ("fivesix.adb") use "fivesix"; + for Executable ("membero.adb") use "membero"; for Executable ("pprint.adb") use "pprint"; for Default_Switches ("Ada") use |
