fixing ut_runner by adding DYLD_LIBRARY_PATH to env varas

This commit is contained in:
Thomas Ferreira de Lima 2018-10-05 10:23:24 -04:00
parent b995c67a26
commit c213aeaab0
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ test:
ln -s klayout.app/Contents/MacOS/klayout klayout; \
export TESTTMP=testtmp; \
export TESTSRC=..; \
export DYLD_LIBRARY_PATH=.:db_plugins/:lay_plugins/; \
./ut_runner -h || true; \
cd ..