diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-03 22:39:43 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-03 22:39:43 +1300 |
| commit | cb91cca829b62493f3787b0c19908f229a26cfa7 (patch) | |
| tree | 1b3538e7172767457f927d56ccd7197e08d07724 /tests.gpr | |
| parent | cb7d51d758eb44de3eee8dcc06b36e4c68857d2d (diff) | |
Exponential/repeated-multiply test program
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ project Tests is ("ab.adb", "addsubo.adb", "divo.adb", + "expo.adb", "fivesix.adb", "membero.adb", "multo.adb", @@ -30,6 +31,7 @@ project Tests is for Executable ("ab.adb") use "ab"; for Executable ("addsubo.adb") use "addsubo"; for Executable ("divo.adb") use "divo"; + for Executable ("expo.adb") use "expo"; for Executable ("fivesix.adb") use "fivesix"; for Executable ("membero.adb") use "membero"; for Executable ("multo.adb") use "multo"; |
