summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-11-17 15:35:49 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-11-17 15:35:49 +1300
commitfc4bc559d3f1ebf056c4afb8280a1ec8f4d90bc2 (patch)
tree4e7e3f308f26fbc9162a3766b55da67423a1a81c /tests.gpr
parent0e3cb04b840c3ecc61b9e3efc77af5ebea585d17 (diff)
Lazy Conjunct should properly work for infinite results now
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr4
1 files changed, 3 insertions, 1 deletions
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");