summaryrefslogtreecommitdiff
path: root/tests_2022.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'tests_2022.gpr')
-rw-r--r--tests_2022.gpr6
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;