Skip to content

Commit be3a076

Browse files
authored
Merge pull request #713 from ACSimon33/test_summary_fix
Fixed the test dependencies of the test summary
2 parents dcba2e2 + 40f565c commit be3a076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTING/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ add_subdirectory(EIG)
1010

1111
# Only run this test if python 3 is found
1212
if(PYTHON_EXECUTABLE)
13-
message(STATUS "Running Summary")
13+
message(STATUS "Enabling LAPACK test summary (see TESTING/testing_results.txt)")
1414
file(COPY ${LAPACK_SOURCE_DIR}/lapack_testing.py DESTINATION ${LAPACK_BINARY_DIR})
1515
add_test(
1616
NAME LAPACK_Test_Summary
@@ -32,7 +32,7 @@ function(add_lapack_test output input target)
3232
-DINTDIR=${CMAKE_CFG_INTDIR}
3333
-P "${LAPACK_SOURCE_DIR}/TESTING/runtest.cmake")
3434

35-
if(PYTHONINTERP_FOUND)
35+
if(PYTHON_EXECUTABLE)
3636
set_property(
3737
TEST LAPACK_Test_Summary
3838
APPEND PROPERTY DEPENDS LAPACK-${testName}

0 commit comments

Comments
 (0)