Home | History | Annotate | Download | only in FuzzMutate
      1 set(LLVM_LINK_COMPONENTS
      2   AsmParser
      3   Core
      4   FuzzMutate
      5   Support
      6   )
      7 
      8 add_llvm_unittest(FuzzMutateTests
      9   OperationsTest.cpp
     10   ReservoirSamplerTest.cpp
     11   StrategiesTest.cpp
     12   RandomIRBuilderTest.cpp
     13   )
     14