From 4068897b6b167569718c61efcb4371693fe89b74 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 27 Nov 2015 17:11:03 -0700 Subject: [PATCH] rename standalone.cpp to run_tests.cpp --- CMakeLists.txt | 2 +- test/{standalone.cpp => run_tests.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{standalone.cpp => run_tests.cpp} (100%) 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