aboutsummaryrefslogtreecommitdiff
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 b330b78..04b6cb4 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -17,6 +17,7 @@ project Tests is
for Main use
("ab.adb",
+ "divo.adb",
"fivesix.adb",
"membero.adb",
"pprint.adb",
@@ -25,6 +26,7 @@ project Tests is
package Builder is
for Executable ("ab.adb") use "ab";
+ for Executable ("divo.adb") use "divo";
for Executable ("fivesix.adb") use "fivesix";
for Executable ("membero.adb") use "membero";
for Executable ("pprint.adb") use "pprint";