Commit 7c3abe8f authored by Ian Craggs's avatar Ian Craggs

build lib paths

parent 49b4143f
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<property name="libname.async.ssl" value="mqttv3as" /> <property name="libname.async.ssl" value="mqttv3as" />
<property name="ssl" value="yes" /> <property name="ssl" value="yes" />
<property name="test.hostname" value="m2m.eclipse.org"/> <property name="test.hostname" value="m2m.eclipse.org"/>
<property name="test.port" value="18883"/>
<target name="init"> <target name="init">
<tstamp> <tstamp>
...@@ -70,7 +71,7 @@ ...@@ -70,7 +71,7 @@
<target name="runAtest"> <target name="runAtest">
<exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" > <exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" >
<arg value="--connection" /> <arg value="--connection" />
<arg value="tcp://${test.hostname}:18883" /> <arg value="tcp://${test.hostname}:${test.port}" />
<env key="LD_LIBRARY_PATH" path="${output.folder}/lib" /> <env key="LD_LIBRARY_PATH" path="${output.folder}/lib" />
</exec> </exec>
</target> </target>
...@@ -185,3 +186,4 @@ ...@@ -185,3 +186,4 @@
<target name="full" depends="init, version, build, test, doc, copy" /> <target name="full" depends="init, version, build, test, doc, copy" />
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment