diff --git a/CMakeLists.txt b/CMakeLists.txt index f1c80245f1..15e7858352 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ set(TEST_SOURCES "${CMAKE_SOURCE_DIR}/src/buffer.cpp" "${CMAKE_SOURCE_DIR}/src/util.cpp" "${CMAKE_SOURCE_DIR}/src/os.cpp" - "${CMAKE_SOURCE_DIR}/test/standalone.cpp" + "${CMAKE_SOURCE_DIR}/test/run_tests.cpp" ) diff --git a/test/standalone.cpp b/test/run_tests.cpp similarity index 100% rename from test/standalone.cpp rename to test/run_tests.cpp