mirror of https://github.com/KLayout/klayout.git
fixing ut_runner by adding DYLD_LIBRARY_PATH to env varas
This commit is contained in:
parent
b995c67a26
commit
c213aeaab0
1
Makefile
1
Makefile
|
|
@ -37,6 +37,7 @@ test:
|
||||||
ln -s klayout.app/Contents/MacOS/klayout klayout; \
|
ln -s klayout.app/Contents/MacOS/klayout klayout; \
|
||||||
export TESTTMP=testtmp; \
|
export TESTTMP=testtmp; \
|
||||||
export TESTSRC=..; \
|
export TESTSRC=..; \
|
||||||
|
export DYLD_LIBRARY_PATH=.:db_plugins/:lay_plugins/; \
|
||||||
./ut_runner -h || true; \
|
./ut_runner -h || true; \
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue