aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-06-04 21:22:18 +0200
committerAdrian Kummerländer2014-06-04 21:22:18 +0200
commit11355181c0b5f8377774daefcc17bb5e6bc20f61 (patch)
tree8760a5f00d7931c1479e3b07dbd62720189a58fd /test
parent7c15531b60e4e792d1137d5ceb66d3047848a422 (diff)
downloadInputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar.gz
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar.bz2
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar.lz
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar.xz
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.tar.zst
InputXSLT-11355181c0b5f8377774daefcc17bb5e6bc20f61.zip
Renamed "test" executable to "ixslt"
* improved "ixslt" frontend code structure ** extracted input, process and output logic into separate methods ** removed manual "--transformation" parameter check as it is defined as required
Diffstat (limited to 'test')
-rwxr-xr-xtest/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/check.sh b/test/check.sh
index 84687bf..e205eeb 100755
--- a/test/check.sh
+++ b/test/check.sh
@@ -9,7 +9,7 @@ do
cd $testcase
rm -f actual.xml
- ./../../build/test --transformation transformation.xsl --target actual.xml --include ../common/
+ ./../../build/ixslt --transformation transformation.xsl --target actual.xml --include ../common/
diff -u reference.xml actual.xml
if [ $? = 0 ]