From d6458841c9134a3b6d8ca260766fca64a72740aa Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 22 Jan 2025 15:40:12 +1300 Subject: Arc testing program and Valuator Format subprogram bugfix --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') 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"; -- cgit