]> git.ipfire.org Git - thirdparty/nettle.git/commit
Rework setting of LD_LIBRARY_PATH for tests. test-shlib-dir
authorNiels Möller <nisse@lysator.liu.se>
Tue, 31 Mar 2020 17:52:15 +0000 (19:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 31 Mar 2020 17:52:15 +0000 (19:52 +0200)
commitb3474802b81df6db83492adf251503d86b48299c
tree0734667d9e88d922da43237be4a64c4bed980739
parent1249981465e0a3f3786e647ead13b45a87a87b69
Rework setting of LD_LIBRARY_PATH for tests.

* testsuite/Makefile.in (check): Pass only TEST_SHLIB_DIR
to the run-tests script, and leave setting of LD_LIBRARY_PATH and
related variables to that script.
* examples/Makefile.in (check): Likewise.

* run-tests: Check TEST_SHLIB_DIR, and set up LD_LIBRARY_PATH and
related member variables.

* config.make.in (abs_top_builddir, TEST_SHLIB_DIR): New variables.
ChangeLog
config.make.in
examples/Makefile.in
run-tests
testsuite/Makefile.in