Commit 4467b4ba authored by Ian Craggs's avatar Ian Craggs

lib paths

parent ccd41b47
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<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}:18883" />
<env key="LD_LIBRARY_PATH" value="${output.folder}/lib" /> <env key="LD_LIBRARY_PATH" value="../lib" />
</exec> </exec>
</target> </target>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" > <exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" >
<arg value="--hostname" /> <arg value="--hostname" />
<arg value="${test.hostname}" /> <arg value="${test.hostname}" />
<env key="LD_LIBRARY_PATH" value="${output.folder}/lib" /> <env key="LD_LIBRARY_PATH" value="../lib" />
</exec> </exec>
</target> </target>
......
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