aboutsummaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-04 18:16:02 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-04 18:16:02 +1300
commitd9a59f478a9ebb6135a2c9bbe2e6e1b946bfbaa4 (patch)
tree8a59d4bcb171307da6362e3544baef868320c013 /tests.gpr
parent6e6ae02efca7b97ff0b58790ddf05209b63a04d4 (diff)
Logarithm test program, base=3 not working
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 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";