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 5078508..5b229bc 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -19,6 +19,7 @@ project Tests is
("ab.adb",
"addsubo.adb",
"divo.adb",
+ "expo.adb",
"fivesix.adb",
"membero.adb",
"multo.adb",
@@ -30,6 +31,7 @@ project Tests is
for Executable ("ab.adb") use "ab";
for Executable ("addsubo.adb") use "addsubo";
for Executable ("divo.adb") use "divo";
+ for Executable ("expo.adb") use "expo";
for Executable ("fivesix.adb") use "fivesix";
for Executable ("membero.adb") use "membero";
for Executable ("multo.adb") use "multo";