summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-11-12 14:33:30 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-11-12 14:33:30 +1300
commit9ae0a7e7c5d7669a81fe9eba13ff9c6224635efe (patch)
tree4d215d59f770adad06741807efce147aed68d4f1 /tests.gpr
parent90a7dec41ac4f68c4c9a99eb77ebf340a36e536e (diff)
Recursive portions of prelude
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr2
1 files changed, 2 insertions, 0 deletions
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