summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.gpr b/tests.gpr
index baa5347..4670aa0 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -18,6 +18,8 @@ project Tests is
("adjuster.adb",
"animated.adb",
"arc.adb",
+ "ask.adb",
+ "bitmap.adb",
"compare.adb",
"dirlist.adb",
"page_formats.adb");
@@ -26,6 +28,8 @@ project Tests is
for Executable ("adjuster.adb") use "adjuster";
for Executable ("animated.adb") use "animated";
for Executable ("arc.adb") use "arc";
+ for Executable ("ask.adb") use "ask";
+ for Executable ("bitmap.adb") use "bitmap";
for Executable ("compare.adb") use "compare";
for Executable ("dirlist.adb") use "dirlist";
for Executable ("page_formats.adb") use "page_formats";