projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df7ab7
)
Fix empty cmake replace
author
Julien Schueller
<schueller@phimeca.com>
Sat, 4 Jun 2016 07:23:24 +0000
(09:23 +0200)
committer
Julien Schueller
<schueller@phimeca.com>
Sat, 4 Jun 2016 07:23:24 +0000
(09:23 +0200)
CBLAS/testing/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CBLAS/testing/CMakeLists.txt
b/CBLAS/testing/CMakeLists.txt
index c7eb87e224100dbddd6de0a11eb1b3a1ca7b8c2c..28c55353f06e31f7df3e8015cfa3dd63676d37f5 100644
(file)
--- a/
CBLAS/testing/CMakeLists.txt
+++ b/
CBLAS/testing/CMakeLists.txt
@@
-16,7
+16,6
@@
macro(add_cblas_test output input target)
-DINTDIR=${CMAKE_CFG_INTDIR}
-P "${LAPACK_SOURCE_DIR}/TESTING/runtest.cmake")
else()
- string(REPLACE "." "_" input_name ${input})
add_test(NAME CBLAS-${testName} COMMAND "${CMAKE_COMMAND}"
-DTEST=$<TARGET_FILE:${target}>
-DOUTPUT=${TEST_OUTPUT}