aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/libclang/CrashTests/CMakeLists.txt
blob: df831aa0a17621d8e15e42c3375145a3bcf07e6c (plain)
1
2
3
4
5
6
7
# FIXME(#137855): Ideally we'd fold this into AllClangUnitTests, but it fails
# for unknown reasons. Until that is fixed, link it as a distinct gtest binary.
add_distinct_clang_unittest(libclangCrashTests
  LibclangCrashTest.cpp
  LINK_LIBS
  libclang
  )