aboutsummaryrefslogtreecommitdiff
path: root/test/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/check.sh')
-rwxr-xr-xtest/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/check.sh b/test/check.sh
index fd537d7..84687bf 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
+ ./../../build/test --transformation transformation.xsl --target actual.xml --include ../common/
diff -u reference.xml actual.xml
if [ $? = 0 ]