Commit 4068897b6b
Changed files (2)
test/standalone.cpp → test/run_tests.cpp
File renamed without changes
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"
)