Skip to content

Commit 6040507

Browse files
committed
Switch to using Node.js version of YUI Test
1 parent 20e0f21 commit 6040507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="csslint" default="build.all">
22

33
<!-- version number -->
4-
<property name="csslint.version" value="0.9.9" />
4+
<property name="csslint.version" value="0.9.10" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />
@@ -96,7 +96,7 @@
9696
</target>
9797

9898
<!-- run tests on the command line -->
99-
<target name="test" depends="build.all,lint,test.general.rules">
99+
<target name="test.rhino" depends="build.all,lint,test.general.rules">
100100
<exec executable="java" failonerror="true">
101101
<arg line="-jar"/>
102102
<arg path="${lib.dir}/js.jar"/>
@@ -118,7 +118,7 @@
118118
</target>
119119

120120
<!-- tests using Node.js for better performance -->
121-
<target name="test.node" depends="build.all,lint">
121+
<target name="test" depends="build.all,lint">
122122
<exec executable="yuitest" failonerror="true">
123123
<arg line="--webcompat"/>
124124
<arg path="${build.dir}/${tests.node.build.file}" />

0 commit comments

Comments
 (0)