From 8671479384870a0c6f819f333adde85e66213756 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 17 Jun 2010 14:20:45 -0300 Subject: Add libother directory to LD_LIBRARY_PATH, shiboken can be compiled with CMAKE_SKIP_RPATH=true. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Renato Araújo Luciano Wolf --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index db1fdd2da..10ea898c1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -14,7 +14,7 @@ foreach(test_file ${TEST_FILES}) list(FIND test_blacklist ${CMAKE_MATCH_1} expect_fail) add_test("${CMAKE_MATCH_1}" sh "${CMAKE_CURRENT_SOURCE_DIR}/run_test.sh" - "${libsample_BINARY_DIR}:${libshiboken_BINARY_DIR}" + "${libsample_BINARY_DIR}:${libother_BINARY_DIR}:${libshiboken_BINARY_DIR}" "${sample_BINARY_DIR}:${other_BINARY_DIR}" "${PYTHON_EXECUTABLE}" "${test_file}") -- cgit v1.2.3