Skip to content

Commit

Permalink
Rename hello_world.cpp to file_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Feb 5, 2020
1 parent fd18f99 commit 1f3f4ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(hello_world)
add_subdirectory(file_test)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(SIMPLE_LOGGER_DIR ${CMAKE_SOURCE_DIR}/src)
include_directories(${SIMPLE_LOGGER_DIR} ${CMAKE_CURRENT_SOURCE_DIR})

set(NAME hello_world)
set(NAME file_test)
set(SRC ${NAME}.cpp)

set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/tests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int, char **)
{
using juzzlin::L;

const auto logFile = "hello_world.log";
const auto logFile = "file_test.log";

L::init(logFile);
L::enableEchoMode(true);
Expand Down

0 comments on commit 1f3f4ec

Please sign in to comment.