Commit 8c628eef authored by Ian Craggs's avatar Ian Craggs

Debug build

parent 7c3abe8f
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
</target> </target>
<target name="runAtest"> <target name="runAtest">
<echo message="LD_LIBRARY_PATH ${output.folder}/lib" />
<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}:${test.port}" /> <arg value="tcp://${test.hostname}:${test.port}" />
......
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