diff options
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -19,6 +19,7 @@ project Tests is ("ab.adb", "addsubo.adb", "boolnum.adb", + "complete.adb", "divo.adb", "expo.adb", "fivesix.adb", @@ -30,18 +31,19 @@ project Tests is "trees.adb"); package Builder is - for Executable ("ab.adb") use "ab"; - for Executable ("addsubo.adb") use "addsubo"; - for Executable ("boolnum.adb") use "boolnum"; - 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"; - for Executable ("rembero.adb") use "rembero"; - for Executable ("trees.adb") use "trees"; + for Executable ("ab.adb") use "ab"; + for Executable ("addsubo.adb") use "addsubo"; + for Executable ("boolnum.adb") use "boolnum"; + for Executable ("complete.adb") use "complete"; + 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"; + for Executable ("rembero.adb") use "rembero"; + for Executable ("trees.adb") use "trees"; for Default_Switches ("Ada") use Common.Builder'Default_Switches ("Ada"); |
