summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
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