[BUILD] Add sigar binaries when running unittests

the sigar binaries are not available when running tests today. This
commit adds the path to the test run.
This commit is contained in:
Simon Willnauer 2015-04-10 14:37:18 +02:00
parent 7e353e0768
commit bdc4c7f84c
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@
<param>-Xmx${tests.heap.size}</param>
<param>-Xms${tests.heap.size}</param>
<param>${java.permGenSpace}</param>
<param>-Djava.library.path=${project.basedir}/lib/sigar</param>
<param>-XX:MaxDirectMemorySize=512m</param>
<param>-Des.logger.prefix=</param>
<param>-XX:+HeapDumpOnOutOfMemoryError</param>