summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-22 15:40:12 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-22 15:40:12 +1300
commitd6458841c9134a3b6d8ca260766fca64a72740aa (patch)
tree0cd2abe591b32ad11e46598785a9227dc59f5b67 /tests.gpr
parentb4438b2fbe895694be98e6e8426103deefc51448 (diff)
Arc testing program and Valuator Format subprogram bugfix
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 1889664..baa5347 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -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";