llvm/runtimes/Tests.cmake.in
Petr Hosek ec10ac750a [runtimes] Detect changes to Tests.cmake
This ensures that Tests.cmake is tracked by Ninja and any changes to
this file from the subbuilds are correctly detected.

Differential Revision: https://reviews.llvm.org/D121647
2022-03-18 10:01:52 -07:00

4 lines
142 B
CMake

set(SUB_LIT_TESTSUITES @RUNTIMES_LIT_TESTSUITES@)
set(SUB_LIT_PARAMS @RUNTIMES_LIT_PARAMS@)
set(SUB_LIT_EXTRA_ARGS @RUNTIMES_LIT_EXTRA_ARGS@)