remove third_party directory. update test args

This commit is contained in:
Eric Fiselier 2015-03-10 14:38:45 -04:00
parent e2c795520c
commit e975efdb7a
2 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -1,3 +0,0 @@
gtest
src
tmp