From 2bc98da4d5b964de2d0d5e40927aa777704f2f29 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 3 Feb 2025 14:38:29 +1300 Subject: More test programs added: button, buttons, clock, color_chooser, cursor, curve, hello --- tests_2022.gpr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests_2022.gpr') diff --git a/tests_2022.gpr b/tests_2022.gpr index 4217c08..84ed425 100644 --- a/tests_2022.gpr +++ b/tests_2022.gpr @@ -17,11 +17,13 @@ project Tests_2022 is for Main use ("animated.adb", - "arc.adb"); + "arc.adb", + "curve.adb"); package Builder is for Executable ("animated.adb") use "animated"; - for Executable ("arc.adb") use "arc"; + for Executable ("arc.adb") use "arc"; + for Executable ("curve.adb") use "curve"; end Builder; package Compiler renames Common.Compiler; -- cgit