rename standalone.cpp to run_tests.cpp

master
Andrew Kelley 2015-11-27 17:11:03 -07:00
parent 3a1defa67b
commit 4068897b6b
2 changed files with 1 additions and 1 deletions

View File

@ -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"
)