From 0b7c1346c0798d00c22cc6eaf5f8b24e5822fb5f Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 2 Jan 2026 11:09:14 +1300 Subject: Division test program --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index b330b78..04b6cb4 100644 --- a/tests.gpr +++ b/tests.gpr @@ -17,6 +17,7 @@ project Tests is for Main use ("ab.adb", + "divo.adb", "fivesix.adb", "membero.adb", "pprint.adb", @@ -25,6 +26,7 @@ project Tests is package Builder is for Executable ("ab.adb") use "ab"; + for Executable ("divo.adb") use "divo"; for Executable ("fivesix.adb") use "fivesix"; for Executable ("membero.adb") use "membero"; for Executable ("pprint.adb") use "pprint"; -- cgit