Files
xmlada/tests/dom/conformance/run.sh
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

16 lines
280 B
Bash
Executable File

#!/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