Files
xmlada/tests/dom/dom_test.gpr
Fabien Chouteau 512a7fc92d Rename shared.gpr into xmlada_shared.gpr
For the same reason as the external variables, shared.gpr can be a
source of conflict between different projects. For instance with AWS.

This change has no impact on the installation since shared.gpr is not
provided in the installation.

Part of T715-030.

Change-Id: Ie0ac01a23c34981b75055fbe8a45db9cc50a581f
2020-08-07 19:30:24 +02:00

13 lines
411 B
Plaintext

with "../../xmlada_shared";
with "xmlada_dom";
with "conformance/conformance";
project Dom_Test is
for Main use ("testxml.adb", "ea03_006.adb", "tostring.adb");
for Object_Dir use "obj";
package Builder renames XmlAda_Shared.Builder;
package Compiler renames XmlAda_Shared.Compiler;
package Binder renames XmlAda_Shared.Binder;
package Linker renames XmlAda_Shared.Linker;
end Dom_Test;