aboutsummaryrefslogtreecommitdiff
path: root/libcxx/benchmarks/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/benchmarks/CMakeLists.txt')
-rw-r--r--libcxx/benchmarks/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt
index 56d22af0..1a4d634 100644
--- a/libcxx/benchmarks/CMakeLists.txt
+++ b/libcxx/benchmarks/CMakeLists.txt
@@ -173,6 +173,7 @@ endfunction()
#==============================================================================
set(BENCHMARK_TESTS
algorithms.partition_point.bench.cpp
+ algorithms/count.bench.cpp
algorithms/equal.bench.cpp
algorithms/find.bench.cpp
algorithms/lower_bound.bench.cpp