diff --git a/backend/cpp/audio-cpp/CMakeLists.txt b/backend/cpp/audio-cpp/CMakeLists.txt index 7bc9e1935..787868210 100644 --- a/backend/cpp/audio-cpp/CMakeLists.txt +++ b/backend/cpp/audio-cpp/CMakeLists.txt @@ -85,7 +85,7 @@ endif() if(AUDIO_CPP_BUILD_TESTS) enable_testing() - add_executable(audio-cpp-runtime-test tests/runtime_test.cpp) + add_executable(audio-cpp-runtime-test tests/runtime_tests.cpp) target_link_libraries(audio-cpp-runtime-test PRIVATE localai_audio_cpp_runtime Threads::Threads) diff --git a/backend/cpp/audio-cpp/tests/runtime_test.cpp b/backend/cpp/audio-cpp/tests/runtime_tests.cpp similarity index 100% rename from backend/cpp/audio-cpp/tests/runtime_test.cpp rename to backend/cpp/audio-cpp/tests/runtime_tests.cpp