Commit 49b4143f authored by Ian Craggs's avatar Ian Craggs

lib paths

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