diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-22 15:40:12 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-22 15:40:12 +1300 |
commit | d6458841c9134a3b6d8ca260766fca64a72740aa (patch) | |
tree | 0cd2abe591b32ad11e46598785a9227dc59f5b67 /tests.gpr | |
parent | b4438b2fbe895694be98e6e8426103deefc51448 (diff) |
Arc testing program and Valuator Format subprogram bugfix
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 ("adjuster.adb", "animated.adb", + "arc.adb", "compare.adb", "dirlist.adb", "page_formats.adb"); @@ -24,6 +25,7 @@ project Tests is package Builder is for Executable ("adjuster.adb") use "adjuster"; for Executable ("animated.adb") use "animated"; + for Executable ("arc.adb") use "arc"; for Executable ("compare.adb") use "compare"; for Executable ("dirlist.adb") use "dirlist"; for Executable ("page_formats.adb") use "page_formats"; |