projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b510157
)
CMake: Promote the testing targets out of folders on IDE.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 30 Jan 2012 03:15:47 +0000
(
03:15
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 30 Jan 2012 03:15:47 +0000
(
03:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149220
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index 89e8103ab7008278f11a204dd537d84233309b38..394858c843ce5c76a777136546c8f2dd2627ed14 100644
(file)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-68,7
+68,6
@@
add_custom_target(check
${LIT_ARGS}
${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Running LLVM regression tests")
-set_target_properties(check PROPERTIES FOLDER "Tests")
add_custom_target(check.deps)
add_dependencies(check check.deps)