diff options
Diffstat (limited to 'tests.gpr')
-rw-r--r-- | tests.gpr | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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"; |