summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/FuzzMutate/CMakeLists.txt
blob: c4a5fcf4f14ce177b8995ef9661a6a8f25d3ea7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  AsmParser
  Core
  FuzzMutate
  Support
  )

add_llvm_unittest(FuzzMutateTests
  OperationsTest.cpp
  ReservoirSamplerTest.cpp
  StrategiesTest.cpp
  RandomIRBuilderTest.cpp
  )
OpenPOWER on IntegriCloud