You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
The upcoming transition to GPR2 for the C/Python APIs will reveal complaints about missing source directories. This is a good improvement, but not the point of these testcases, so adjust them so that source directories are not missing.
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
project Syntax_Error is
|
|
|
|
for Source_Dirs use ("src/normal");
|
|
for Object_Dir use "obj/syntax_error";
|
|
|
|
package Compiler is
|
|
for Default_Switches ("Ada") use ("-gnatep=foo.prep");
|
|
end Compiler;
|
|
|
|
end Syntax_Error;
|