commit 4068897b6b167569718c61efcb4371693fe89b74 (tree)
parent 3a1defa67b284f8f8be17477aa147db9044db15c
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Fri, 27 Nov 2015 17:11:03 -0700
rename standalone.cpp to run_tests.cpp
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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