diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-02 18:44:26 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-02 18:44:26 +1300 |
| commit | 0ef8a6aabfafdfacf3798fe05bad984fb3e85e52 (patch) | |
| tree | 798e210acd61b89e39497e14b03f36e70039409c /tests.gpr | |
| parent | 0b7c1346c0798d00c22cc6eaf5f8b24e5822fb5f (diff) | |
Addition/subtraction test program, bugfix in Add
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ project Tests is for Main use ("ab.adb", + "addsubo.adb", "divo.adb", "fivesix.adb", "membero.adb", @@ -26,6 +27,7 @@ project Tests is package Builder is for Executable ("ab.adb") use "ab"; + for Executable ("addsubo.adb") use "addsubo"; for Executable ("divo.adb") use "divo"; for Executable ("fivesix.adb") use "fivesix"; for Executable ("membero.adb") use "membero"; |
