aboutsummaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-06 23:28:18 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-06 23:28:18 +1300
commit009dd1f9cbbd024f8bfd925989e2482f48abe71d (patch)
treecfc56c29b51d9dd44d55ed78272fa5af85f383c2 /tests.gpr
parenta0d71be199c82b78815f64e151a0f208ef87cb05 (diff)
Demonstration program for using arbitrary zero and one elements in Math generic
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 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";