From 1fb46fc5d3f6c22afded64f34d9af62f0e0f35cd Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sat, 28 Feb 2026 14:58:29 -0800 Subject: [PATCH] rename test_fork.cpp to match the name of the algorithm it tests --- test/exec/CMakeLists.txt | 2 +- test/exec/{test_fork.cpp => test_fork_join.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/exec/{test_fork.cpp => test_fork_join.cpp} (100%) diff --git a/test/exec/CMakeLists.txt b/test/exec/CMakeLists.txt index 499c3fc33..5bf920ce7 100644 --- a/test/exec/CMakeLists.txt +++ b/test/exec/CMakeLists.txt @@ -44,7 +44,7 @@ set(exec_test_sources test_sequence.cpp test_static_thread_pool.cpp test_just_from.cpp - test_fork.cpp + test_fork_join.cpp test_cpo_split.cpp test_cpo_ensure_started.cpp test_execute.cpp diff --git a/test/exec/test_fork.cpp b/test/exec/test_fork_join.cpp similarity index 100% rename from test/exec/test_fork.cpp rename to test/exec/test_fork_join.cpp