Skip to content

Commit 81f35cb

Browse files
committed
add xqsuite tests to default tests
1 parent 4d794ac commit 81f35cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<mkdir dir="${dist.dir}"/>
3030
</target>
3131

32-
<target name="test">
32+
<target name="test" depends="xqsuite">
3333
<description>Run the regression test, i.e. diffing HTML pages against expected results</description>
3434
<parallel threadCount="5" failonany="yes">
3535
<regressiontest doctype="addenda"/>

0 commit comments

Comments
 (0)