We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcba2e2 + 40f565c commit be3a076Copy full SHA for be3a076
TESTING/CMakeLists.txt
@@ -10,7 +10,7 @@ add_subdirectory(EIG)
10
11
# Only run this test if python 3 is found
12
if(PYTHON_EXECUTABLE)
13
- message(STATUS "Running Summary")
+ message(STATUS "Enabling LAPACK test summary (see TESTING/testing_results.txt)")
14
file(COPY ${LAPACK_SOURCE_DIR}/lapack_testing.py DESTINATION ${LAPACK_BINARY_DIR})
15
add_test(
16
NAME LAPACK_Test_Summary
@@ -32,7 +32,7 @@ function(add_lapack_test output input target)
32
-DINTDIR=${CMAKE_CFG_INTDIR}
33
-P "${LAPACK_SOURCE_DIR}/TESTING/runtest.cmake")
34
35
- if(PYTHONINTERP_FOUND)
+ if(PYTHON_EXECUTABLE)
36
set_property(
37
TEST LAPACK_Test_Summary
38
APPEND PROPERTY DEPENDS LAPACK-${testName}
0 commit comments