diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b3d1d581..9ca2caa3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -56,6 +56,7 @@ Gergő Szitár Hannes Hauswedell Henrique Bucher Ismael Jimenez Martinez +Iakov Sergeev Jern-Kuan Leong JianXiong Zhou Joao Paulo Magalhaes diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d2119084..eb7137ef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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:$") endif() -endmacro(compile_output_test) +endmacro(benchmark_add_test) # Demonstration executable compile_benchmark_test(benchmark_test)