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", "fivesix.adb", "membero.adb", + "multo.adb", "pprint.adb", "rembero.adb", "trees.adb"); @@ -31,6 +32,7 @@ project Tests is for Executable ("divo.adb") use "divo"; for Executable ("fivesix.adb") use "fivesix"; for Executable ("membero.adb") use "membero"; + for Executable ("multo.adb") use "multo"; for Executable ("pprint.adb") use "pprint"; for Executable ("rembero.adb") use "rembero"; for Executable ("trees.adb") use "trees"; |
