diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-04 18:16:02 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-04 18:16:02 +1300 |
| commit | d9a59f478a9ebb6135a2c9bbe2e6e1b946bfbaa4 (patch) | |
| tree | 8a59d4bcb171307da6362e3544baef868320c013 /tests.gpr | |
| parent | 6e6ae02efca7b97ff0b58790ddf05209b63a04d4 (diff) | |
Logarithm test program, base=3 not working
Diffstat (limited to 'tests.gpr')
| -rw-r--r-- | tests.gpr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ project Tests is "divo.adb", "expo.adb", "fivesix.adb", + "logo.adb", "membero.adb", "multo.adb", "pprint.adb", @@ -33,6 +34,7 @@ project Tests is for Executable ("divo.adb") use "divo"; for Executable ("expo.adb") use "expo"; for Executable ("fivesix.adb") use "fivesix"; + for Executable ("logo.adb") use "logo"; for Executable ("membero.adb") use "membero"; for Executable ("multo.adb") use "multo"; for Executable ("pprint.adb") use "pprint"; |
