From 9ae0a7e7c5d7669a81fe9eba13ff9c6224635efe Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 12 Nov 2025 14:33:30 +1300 Subject: Recursive portions of prelude --- tests.gpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index e555285..6540560 100644 --- a/tests.gpr +++ b/tests.gpr @@ -18,11 +18,13 @@ project Tests is for Main use ("ab.adb", "fivesix.adb", + "membero.adb", "pprint.adb"); package Builder is for Executable ("ab.adb") use "ab"; for Executable ("fivesix.adb") use "fivesix"; + for Executable ("membero.adb") use "membero"; for Executable ("pprint.adb") use "pprint"; for Default_Switches ("Ada") use -- cgit