LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
runtest.cmake File Reference

Go to the source code of this file.

Functions

 if (NOT"${INTDIR}"STREQUAL".") set(TEST_ORIG"$
 
 string (REPLACE"${INTDIR}""$ENV{CMAKE_CONFIG_TYPE}"TEST"${TEST}") if("$ENV
 
STREQUAL if (NOT EXISTS"${TEST}") message("Warning
 
 endif () endif() endif() set(ARGS) if(DEFINED OUTPUT) set(ARGS OUTPUT_FILE"$
 

Function Documentation

endif ( )

Definition at line 12 of file runtest.cmake.

17  {OUTPUT}" ERROR_FILE "${OUTPUT}.err")
if ( NOT"${INTDIR}"STREQUAL"."  )

Definition at line 5 of file runtest.cmake.

5  {INTDIR}" STREQUAL ".")
6  set(TEST_ORIG "${TEST}")
STREQUAL if ( NOT EXISTS"${TEST}"  )

Definition at line 9 of file runtest.cmake.

9  {TEST}")
10  message("Warning: CMAKE_CONFIG_TYPE not defined did you forget the -C option for ctest?")
11  message(FATAL_ERROR "Could not find test executable: ${TEST_ORIG}")
subroutine ctest(LEN, CCOMP, CTRUE, CSIZE, SFAC)
Definition: cblat1.f:654
string ( REPLACE"${INTDIR}""$ENV{CMAKE_CONFIG_TYPE}"TEST"${TEST}"  )

Definition at line 7 of file runtest.cmake.

7  {INTDIR}" "$ENV{CMAKE_CONFIG_TYPE}" TEST "${TEST}")
8  if("$ENV{CMAKE_CONFIG_TYPE}" STREQUAL "")