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:
33219d4
)
Extend the workaround from r159593 to cover a few explicit alias
author
Chandler Carruth
<chandlerc@gmail.com>
Mon, 2 Jul 2012 21:45:22 +0000
(21:45 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Mon, 2 Jul 2012 21:45:22 +0000
(21:45 +0000)
targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159597
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index 651d0243f14a9b9ca40aecb2360305f6544f3fbe..09cb94f4bd810e045b20d461b6fef625098397fd 100644
(file)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-22,5
+22,6
@@
set_target_properties(check-llvm PROPERTIES FOLDER "Tests")
# Setup a legacy alias for 'check-llvm'. This will likely change to be an
# alias for 'check-all' at some point in the future.
-add_custom_target(check DEPENDS check-llvm)
+add_custom_target(check)
+add_dependencies(check check-llvm)
set_target_properties(check PROPERTIES FOLDER "Tests")