diff options
Diffstat (limited to 'tests_2022.gpr')
-rw-r--r-- | tests_2022.gpr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests_2022.gpr b/tests_2022.gpr index 4217c08..84ed425 100644 --- a/tests_2022.gpr +++ b/tests_2022.gpr @@ -17,11 +17,13 @@ project Tests_2022 is for Main use ("animated.adb", - "arc.adb"); + "arc.adb", + "curve.adb"); package Builder is for Executable ("animated.adb") use "animated"; - for Executable ("arc.adb") use "arc"; + for Executable ("arc.adb") use "arc"; + for Executable ("curve.adb") use "curve"; end Builder; package Compiler renames Common.Compiler; |