aboutsummaryrefslogtreecommitdiff
path: root/TESTING
diff options
context:
space:
mode:
authorHans Johnson <hans-johnson@uiowa.edu>2016-07-29 07:19:18 -0500
committerHans Johnson <hans-johnson@uiowa.edu>2016-07-29 14:42:19 -0500
commit689c6311a7482ca8cf05ad007f042e9c678100a3 (patch)
treed896bb6483e264602882d5d3ebbc9f00d7b998e5 /TESTING
parent86f6b1e63e1e884866fda2167499fb98410384fb (diff)
ENH: Add LAPACKE_WITH_TMG to default testing
In order to maximize code testing options, turn LAPACKE_WITH_TMG=ON for travis builds.
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/TESTING/CMakeLists.txt b/TESTING/CMakeLists.txt
index 2d587376..33950057 100644
--- a/TESTING/CMakeLists.txt
+++ b/TESTING/CMakeLists.txt
@@ -4,7 +4,6 @@ if(MSVC_VERSION)
string(REGEX REPLACE "(.*)/STACK:(.*) (.*)" "\\1/STACK:900000000000000000 \\3"
CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
endif()
-add_subdirectory(MATGEN)
add_subdirectory(LIN)
add_subdirectory(EIG)
macro(add_lapack_test output input target)