From d9a59f478a9ebb6135a2c9bbe2e6e1b946bfbaa4 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 4 Jan 2026 18:16:02 +1300 Subject: Logarithm test program, base=3 not working --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index 5b229bc..8b01433 100644 --- a/tests.gpr +++ b/tests.gpr @@ -21,6 +21,7 @@ project Tests is "divo.adb", "expo.adb", "fivesix.adb", + "logo.adb", "membero.adb", "multo.adb", "pprint.adb", @@ -33,6 +34,7 @@ project Tests is 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"; -- cgit