peter-lawrey / Java-Thread-Affinity

Control thread affinity for Java
379 stars 77 forks source link

Automation of LD_LIBRARY_PATH for tests #17

Closed bimargulies closed 12 years ago

bimargulies commented 12 years ago

Here is the POM change to avoid the need to set LD_LIBRARY_PATH to run the unit tests.

I may proceed to make it avoid the need for LD_LIBRARY_PATH altogether.

peter-lawrey commented 12 years ago

Thank you. This avoids some manual steps.