Commit 4068897b6b

Andrew Kelley <superjoe30@gmail.com>
2015-11-28 01:11:03
rename standalone.cpp to run_tests.cpp
1 parent 3a1defa
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"
 )