From 009dd1f9cbbd024f8bfd925989e2482f48abe71d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 6 Jan 2026 23:28:18 +1300 Subject: Demonstration program for using arbitrary zero and one elements in Math generic --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index 8b01433..8dc84f9 100644 --- a/tests.gpr +++ b/tests.gpr @@ -18,6 +18,7 @@ project Tests is for Main use ("ab.adb", "addsubo.adb", + "boolnum.adb", "divo.adb", "expo.adb", "fivesix.adb", @@ -31,6 +32,7 @@ project Tests is package Builder is for Executable ("ab.adb") use "ab"; for Executable ("addsubo.adb") use "addsubo"; + for Executable ("boolnum.adb") use "boolnum"; for Executable ("divo.adb") use "divo"; for Executable ("expo.adb") use "expo"; for Executable ("fivesix.adb") use "fivesix"; -- cgit