File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 58
58
</target >
59
59
60
60
<!-- Build Project -->
61
- <target name =" build" depends =" init" description =" Build the project" >
61
+ <target name =" build" depends =" init,run-tests " description =" Build the project" >
62
62
<!-- Copy build ID -->
63
63
<concat destfile =" ${ dir.build } /${ build.label } " >Built on ${ start.TODAY } </concat >
64
64
100
100
<!-- Cleanup -->
101
101
<delete dir =" ${ dir.build } " />
102
102
</target >
103
+
104
+ <!-- Run Tests For Platform -->
105
+ <target name =" run-tests" description =" Run TestBox Tests" depends =" init" >
106
+ <echo >Running Tests for ${ project.name } </echo >
107
+ <!-- Run for Core -->
108
+ <subant target =" run-junit" >
109
+ <fileset dir =" tests" includes =" test.xml" />
110
+ <property name =" environment" value =" ${ environment } " />
111
+ </subant >
112
+ </target >
103
113
104
114
</project >
You can’t perform that action at this time.
0 commit comments