From fc4bc559d3f1ebf056c4afb8280a1ec8f4d90bc2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 17 Nov 2025 15:35:49 +1300 Subject: Lazy Conjunct should properly work for infinite results now --- tests.gpr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index 6540560..a8007d8 100644 --- a/tests.gpr +++ b/tests.gpr @@ -19,13 +19,15 @@ project Tests is ("ab.adb", "fivesix.adb", "membero.adb", - "pprint.adb"); + "pprint.adb", + "rembero.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 Executable ("rembero.adb") use "rembero"; for Default_Switches ("Ada") use Common.Builder'Default_Switches ("Ada"); -- cgit