From 46c628ec49b5948bffaf61e972618bd63adfb791 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 21 May 2010 14:34:34 -0300 Subject: Use the "just compiled" libpyside even if the platform doesn't support library rpath. 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 dfc96725a..ada5b7ae3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ foreach(test_file ${TEST_FILES}) list(FIND test_blacklist ${CMAKE_MATCH_1}_${CMAKE_MATCH_2} expect_fail) add_test(${CMAKE_MATCH_1}_${CMAKE_MATCH_2} sh ${CMAKE_CURRENT_SOURCE_DIR}/run_test.sh - "${pysidebase_BINARY_DIR}" + "${pysidebase_BINARY_DIR}:${libpyside_BINARY_DIR}" "${CMAKE_BINARY_DIR}:${CMAKE_CURRENT_SOURCE_DIR}/util" ${PYTHON_EXECUTABLE} ${test_file}) -- cgit v1.2.3