diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 20:51:57 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 20:51:57 +1300 |
commit | a4703a65b015140cd4a7a985db66264875ade734 (patch) | |
tree | 2d995abcf37820e96f292b7fc62f099e849d49a6 /tests.gpr | |
parent | 5f4595813d3ab42bad6e86e6509d0cbedc972926 (diff) |
Alpha animation assessment algorithm added
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"; |