summaryrefslogtreecommitdiff
path: root/test.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'test.gpr')
-rw-r--r--test.gpr3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.gpr b/test.gpr
index 52d4c8a..2901be0 100644
--- a/test.gpr
+++ b/test.gpr
@@ -12,12 +12,13 @@ project Test is
for Source_Dirs use ("test");
for Object_Dir use "obj";
for Exec_Dir use "bin";
- for Main use ("compare.adb", "dirlist.adb");
+ for Main use ("compare.adb", "dirlist.adb", "page_formats.adb");
package Builder is
for Executable ("compare.adb") use "compare";
for Executable ("dirlist.adb") use "dirlist";
+ for Executable ("page_formats.adb") use "page_formats";
end Builder;