summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
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";