mirror of https://github.com/google/benchmark.git
Co-authored-by: Iakov Sergeev <yahontu@gmail.com>
This commit is contained in:
parent
9a0422eb23
commit
6b7e86c5c8
|
@ -56,6 +56,7 @@ Gergő Szitár <szitar.gergo@gmail.com>
|
|||
Hannes Hauswedell <h2@fsfe.org>
|
||||
Henrique Bucher <hbucher@gmail.com>
|
||||
Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
|
||||
Iakov Sergeev <yahontu@gmail.com>
|
||||
Jern-Kuan Leong <jernkuan@gmail.com>
|
||||
JianXiong Zhou <zhoujianxiong2@gmail.com>
|
||||
Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
|
||||
|
|
|
@ -70,7 +70,7 @@ macro(benchmark_add_test)
|
|||
cmake_parse_arguments(TEST "" "NAME" "" ${ARGN})
|
||||
set_tests_properties(${TEST_NAME} PROPERTIES ENVIRONMENT_MODIFICATION "PATH=path_list_prepend:$<TARGET_FILE_DIR:benchmark::benchmark>")
|
||||
endif()
|
||||
endmacro(compile_output_test)
|
||||
endmacro(benchmark_add_test)
|
||||
|
||||
# Demonstration executable
|
||||
compile_benchmark_test(benchmark_test)
|
||||
|
|
Loading…
Reference in New Issue