aboutsummaryrefslogtreecommitdiff
path: root/TESTING
diff options
context:
space:
mode:
authorjulielangou <julie@cs.utk.edu>2016-08-01 21:25:06 -0700
committerGitHub <noreply@github.com>2016-08-01 21:25:06 -0700
commit4e59cd70e92b16eb34466057263f5b8a0b8f5843 (patch)
tree6d68b06691f382ff2327801a20ab4f76b910b654 /TESTING
parent09e7174a0bc72aab619e2c503d4fff02358ab285 (diff)
parent689c6311a7482ca8cf05ad007f042e9c678100a3 (diff)
Merge pull request #21 from hjmjohnson/AddLAPACKETMGTesting
ENH: Add LAPACKE_WITH_TMG to default testing
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 cf710ee7..3cd6c4a5 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)