From 7de2d7403340ba53fc108b84a5251bb162d5f90b Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 22 Jan 2025 21:44:45 +1300 Subject: Ask and Bitmap test programs --- tests.gpr | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index baa5347..4670aa0 100644 --- a/tests.gpr +++ b/tests.gpr @@ -18,6 +18,8 @@ project Tests is ("adjuster.adb", "animated.adb", "arc.adb", + "ask.adb", + "bitmap.adb", "compare.adb", "dirlist.adb", "page_formats.adb"); @@ -26,6 +28,8 @@ project Tests is for Executable ("adjuster.adb") use "adjuster"; for Executable ("animated.adb") use "animated"; for Executable ("arc.adb") use "arc"; + for Executable ("ask.adb") use "ask"; + for Executable ("bitmap.adb") use "bitmap"; for Executable ("compare.adb") use "compare"; for Executable ("dirlist.adb") use "dirlist"; for Executable ("page_formats.adb") use "page_formats"; -- cgit