Files
Jerome Lambourg 23c911093f Use the new Ada parser
This change adds the new Ada parser and improves overall performance
of libgpr2.

With the new Ada parser usage, the name resolution of units is now properly
implemented.

What changes:
* the Ada parser is moved to the new Ada parser from master
* its use is now systematic for sources not having a naming exception
* in GPR2.Build.View_Tables, we should always use references to the table
  and never manipulate the object directly (very costly with lots of sources).
* re-enable two tests: "runtime" and "source-interface"
* adapt various other tests.

Fixes eng/gpr/gpr-issues#130
2023-08-25 16:36:22 +02:00

7 lines
123 B
Plaintext

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