diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-06 23:28:18 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-06 23:28:18 +1300 |
| commit | 009dd1f9cbbd024f8bfd925989e2482f48abe71d (patch) | |
| tree | cfc56c29b51d9dd44d55ed78272fa5af85f383c2 /tests.gpr | |
| parent | a0d71be199c82b78815f64e151a0f208ef87cb05 (diff) | |
Demonstration program for using arbitrary zero and one elements in Math generic
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |
