aboutsummaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-03 22:39:43 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-03 22:39:43 +1300
commitcb91cca829b62493f3787b0c19908f229a26cfa7 (patch)
tree1b3538e7172767457f927d56ccd7197e08d07724 /tests.gpr
parentcb7d51d758eb44de3eee8dcc06b36e4c68857d2d (diff)
Exponential/repeated-multiply test program
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests.gpr b/tests.gpr
index 5078508..5b229bc 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -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";