forked from OSchip/llvm-project
10 lines
258 B
CMake
10 lines
258 B
CMake
|
add_libc_benchmark_unittest(libc-automemcpy-codegen-test
|
||
|
SRCS CodeGenTest.cpp
|
||
|
DEPENDS automemcpy_codegen
|
||
|
)
|
||
|
|
||
|
add_libc_benchmark_unittest(libc-automemcpy-result-analyzer-test
|
||
|
SRCS ResultAnalyzerTest.cpp
|
||
|
DEPENDS automemcpy_result_analyzer_lib
|
||
|
)
|