mirror of https://github.com/eclipse/paho.mqtt.c
Build.xml fix
This commit is contained in:
parent
278b62ea65
commit
402d1f15a3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue