Files
gpr/testsuite/tests/case/variable3/case_variable3.gpr
Vincent Jicquel b3a9e6b309 Organize tests with common subjects into dedicated directories
This is a first pass, focusing on tests that can be easily categorized.
2024-10-18 08:14:18 +00:00

7 lines
143 B
Plaintext

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