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