hanchenye-llvm-project/runtimes
Petr Hosek f39a971d82 [CMake] Include runtimes test suites in check-all
Prior to this change, we would make check-all depend on check-runtimes
which is a target that runs tests in the runtimes build. This means that
the runtimes tests are going to run prior to other test suites in
check-all, and if one of them fails, we won't run the other test suites
at all.

To address this issue, we instead collect the list of test suites and
their dependencies from the runtimes subbuild, and include them in
check-all, so a failure of runtimes test suite doesn't prevent other
test suites from being executed.

This addresses https://github.com/llvm/llvm-project/issues/54154.

Differential Revision: https://reviews.llvm.org/D121276
2022-03-10 10:18:37 -08:00
..
CMakeLists.txt [CMake] Include runtimes test suites in check-all 2022-03-10 10:18:37 -08:00
Components.cmake.in
Tests.cmake.in [CMake] Include runtimes test suites in check-all 2022-03-10 10:18:37 -08:00