[CMake] Connecting check-all and test-depends targets correctly
authorChris Bieneman <beanz@apple.com>
Thu, 1 Sep 2016 18:26:01 +0000 (18:26 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 1 Sep 2016 18:26:01 +0000 (18:26 +0000)
commit342134ed68385b47a935318e2df48ef19c882dbf
tree5566a30c09b92a02b613292e35bc691d4f2dcb23
parentb4743597bdbbfbd925b4b64464aec12d4e24df0b
[CMake] Connecting check-all and test-depends targets correctly

My previous attempt at this connected the sub-project check targets to the test-depends target instead of to the check-all target. That resulted in the tests running multiple times on bots that built "test-depends" and "check-all" in separate build invocations.

llvm-svn: 280392
llvm/CMakeLists.txt
llvm/runtimes/CMakeLists.txt