| @@ -311,19 +311,25 @@ endif() | |||||
| #if (MSVC OR NOT NOFORTRAN) | #if (MSVC OR NOT NOFORTRAN) | ||||
| if (NOT NO_CBLAS) | if (NOT NO_CBLAS) | ||||
| if (NOT ONLY_CBLAS) | |||||
| # Broken without fortran on unix | # Broken without fortran on unix | ||||
| add_subdirectory(utest) | |||||
| add_subdirectory(utest) | |||||
| endif() | |||||
| endif() | endif() | ||||
| if (NOT NOFORTRAN) | if (NOT NOFORTRAN) | ||||
| if (NOT ONLY_CBLAS) | |||||
| # Build test and ctest | # Build test and ctest | ||||
| add_subdirectory(test) | add_subdirectory(test) | ||||
| endif | |||||
| if (BUILD_TESTING) | if (BUILD_TESTING) | ||||
| add_subdirectory(lapack-netlib/TESTING) | add_subdirectory(lapack-netlib/TESTING) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(NOT NO_CBLAS) | if(NOT NO_CBLAS) | ||||
| if (NOT ONLY_CBLAS) | |||||
| add_subdirectory(ctest) | add_subdirectory(ctest) | ||||
| endif() | |||||
| endif() | endif() | ||||
| if (CPP_THREAD_SAFETY_TEST OR CPP_THREAD_SAFETY_GEMV) | if (CPP_THREAD_SAFETY_TEST OR CPP_THREAD_SAFETY_GEMV) | ||||
| add_subdirectory(cpp_thread_test) | add_subdirectory(cpp_thread_test) | ||||