summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests.gpr b/tests.gpr
index 4ff8cfc..cb95919 100644
--- a/tests.gpr
+++ b/tests.gpr
@@ -14,10 +14,16 @@ project Tests is
for Object_Dir use "obj";
for Exec_Dir use "bin";
- for Main use ("adjuster.adb", "compare.adb", "dirlist.adb", "page_formats.adb");
+ for Main use
+ ("adjuster.adb",
+ "animated.adb",
+ "compare.adb",
+ "dirlist.adb",
+ "page_formats.adb");
package Builder is
for Executable ("adjuster.adb") use "adjuster";
+ for Executable ("animated.adb") use "animated";
for Executable ("compare.adb") use "compare";
for Executable ("dirlist.adb") use "dirlist";
for Executable ("page_formats.adb") use "page_formats";