diff options
author | Niels Möller <nisse@lysator.liu.se> | 2020-04-23 19:25:08 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2020-04-23 19:25:08 +0200 |
commit | cb8519dba094def1d82afa88f9cb24aa6e3fb6d4 (patch) | |
tree | 7f64317645198872744812381db5f9ed329611d2 /run-tests | |
parent | 9f238b7d1839c8b3e6c61c7cb491184fc59bfffc (diff) | |
download | nettle-cb8519dba094def1d82afa88f9cb24aa6e3fb6d4.tar.gz |
Set WINEPATH for tests, and remove symlink workaround.
Diffstat (limited to 'run-tests')
-rwxr-xr-x | run-tests | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,9 +35,13 @@ if [ -n "$TEST_SHLIB_DIR" ] ; then DYLD_LIBRARY_PATH="$TEST_SHLIB_DIR" # For Windows PATH="${TEST_SHLIB_DIR}:${PATH}" + # For Wine + WINEPATH="${TEST_SHLIB_DIR}" + export LD_LIBRARY_PATH export DYLD_LIBRARY_PATH export PATH + export WINEPATH fi # When used in make rules, we sometimes get the filenames VPATH |