Commit e975efdb by Eric Fiselier

remove third_party directory. update test args

parent e2c79552
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment