Files
gpr/testsuite/tests/source/missing-interface/source_missing_interface.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
163 B
Plaintext

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