17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("FuzzMutateTests") {
|
||
|
deps = [
|
||
|
"//llvm/lib/AsmParser",
|
||
|
"//llvm/lib/FuzzMutate",
|
||
|
"//llvm/lib/IR",
|
||
|
"//llvm/lib/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"OperationsTest.cpp",
|
||
|
"RandomIRBuilderTest.cpp",
|
||
|
"ReservoirSamplerTest.cpp",
|
||
|
"StrategiesTest.cpp",
|
||
|
]
|
||
|
}
|