diff options
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ project Tests is "divo.adb", "expo.adb", "fivesix.adb", + "logo.adb", "membero.adb", "multo.adb", "pprint.adb", @@ -33,6 +34,7 @@ project Tests is for Executable ("divo.adb") use "divo"; for Executable ("expo.adb") use "expo"; for Executable ("fivesix.adb") use "fivesix"; + for Executable ("logo.adb") use "logo"; for Executable ("membero.adb") use "membero"; for Executable ("multo.adb") use "multo"; for Executable ("pprint.adb") use "pprint"; |
