Files
gpr/testsuite/tests/missing-projects/missing_projects.gpr
Jerome Lambourg ba54406d43 Bump copyright notice to 2024
Also remove copyright from tests

no-issue-check
2024-01-10 11:11:21 +01:00

7 lines
147 B
Plaintext

with "gpr2";
project Missing_Projects is
for Object_Dir use "obj";
for Exec_Dir use ".";
for Main use ("main.adb");
end Missing_Projects;