From cb91cca829b62493f3787b0c19908f229a26cfa7 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 3 Jan 2026 22:39:43 +1300 Subject: Exponential/repeated-multiply test program --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') 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"; -- cgit