mirror of https://github.com/google/benchmark.git
remove third_party directory. update test args
This commit is contained in:
parent
e2c795520c
commit
e975efdb7a
|
@ -9,7 +9,7 @@ endmacro(compile_benchmark_test)
|
|||
|
||||
# Demonstration executable
|
||||
compile_benchmark_test(benchmark_test)
|
||||
add_test(benchmark benchmark_test --benchmark_min_time=0.1 51)
|
||||
add_test(benchmark benchmark_test --benchmark_min_time=0.1)
|
||||
|
||||
compile_benchmark_test(filter_test)
|
||||
add_test(filter_simple filter_test --benchmark_filter=Calculate 16)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
gtest
|
||||
src
|
||||
tmp
|
Loading…
Reference in New Issue