Skip to content

Commit

Permalink
Add benchmark_gtest to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Mar 8, 2018
1 parent e9359c4 commit 39ea01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ if (BENCHMARK_ENABLE_GTEST_TESTS)
add_test(${name} ${name})
endmacro()

add_gtest(statistics_test)
add_gtest(benchmark_gtest)
add_gtest(statistics_gtest)
endif(BENCHMARK_ENABLE_GTEST_TESTS)


Expand Down

0 comments on commit 39ea01d

Please sign in to comment.