Build.xml fix

This commit is contained in:
Ian Craggs 2015-11-04 23:07:01 +00:00
parent 278b62ea65
commit 402d1f15a3
1 changed files with 2 additions and 0 deletions

View File

@ -87,8 +87,10 @@
<then>
<!-- TODO: build test2 for windows -->
<foreach target="runAtest" param="aTest" list="test1,test4"/>
</then>
</else>
<foreach target="runAtest" param="aTest" list="test1,test2,test4"/>
</else>
</if>
<foreach target="runSSLtest" param="aTest" list="test3,test5"/>
</target>