-
- Downloads
Centralize LD_LIBRARY_PATH logic with new SET_TEST_PATH macro.
Add ${SHARED_LIB_STAGING_DIR_RELEASE} to LD_LIBRARY_PATH for executing tests: otherwise Debug-build tests can't find (e.g.) the aprutil DLL, for which we don't build/package a debug variant. Leverage discovery that a CMake macro can accept a target variable name argument for LL_TEST_COMMAND macro.
Showing
- indra/cmake/LLAddBuildTest.cmake 37 additions, 19 deletionsindra/cmake/LLAddBuildTest.cmake
- indra/cmake/LLSharedLibs.cmake 4 additions, 3 deletionsindra/cmake/LLSharedLibs.cmake
- indra/cmake/LLTestCommand.cmake 6 additions, 5 deletionsindra/cmake/LLTestCommand.cmake
- indra/test/CMakeLists.txt 4 additions, 10 deletionsindra/test/CMakeLists.txt
Loading
Please register or sign in to comment