Files
xmlada/tests/dom/dom_test.gpr
Emmanuel Briot 63b47c6599 Reorganize testsuites
Move all the */test/ directories to tests/*
Move all tests that potentially contain customer code or data to tests/adacore
 These will be moved to a separate git repository

Part of O527-038

git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@240170 936e1b1b-40f2-da11-902a-00137254ae57
2015-07-09 15:17:03 +02:00

13 lines
376 B
Plaintext

with "../../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 Shared.Builder;
package Compiler renames Shared.Compiler;
package Binder renames Shared.Binder;
package Linker renames Shared.Linker;
end Dom_Test;