File: dom_test.gpr

package info (click to toggle)
libxmlada 18-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,324 kB
  • sloc: ada: 32,766; makefile: 480; xml: 111; sh: 43; python: 35
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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;