File: run.sh

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 (15 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

## Get the tests from the anonymous CVS at
##    http://dev.w3.org/cvsweb/2001/DOM-Test-Suite/

dir="2001/DOM-Test-Suite/tests/level1/core/"
test="$1"

gprbuild -q -m -P conformance.gpr dom_conformance
if [ $? != 0 ]; then
   exit 1
fi

./dom_conformance "$dir" $test