[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / compiler-rt / test / interception / CMakeLists.txt
blob8ed1a003c1b3ca7e5f3975a1808d0658e7678e26
1 set(INTERCEPTION_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
2 set(INTERCEPTION_TESTSUITES)
4 # Unit tests. There are currently no unit tests capable to running on Apple or
5 # Android targets.
6 if(NOT ANDROID AND NOT APPLE)
7   configure_lit_site_cfg(
8     ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.py.in
9     ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg.py)
10   list(APPEND INTERCEPTION_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit)
11   list(APPEND INTERCEPTION_TEST_DEPS InterceptionUnitTests)
12 endif()
14 add_lit_testsuite(check-interception "Running the Interception tests"
15   ${INTERCEPTION_TESTSUITES}
16   DEPENDS ${INTERCEPTION_TEST_DEPS})