remove third_party directory. update test args
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 70ecbf9..5d4721b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,7 +9,7 @@
# 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)
diff --git a/third_party/.gitignore b/third_party/.gitignore
deleted file mode 100644
index 2b5bda7..0000000
--- a/third_party/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-gtest
-src
-tmp