Skip to content

Commit

Permalink
Move test datasets out of the src to the root
Browse files Browse the repository at this point in the history
The goal is to keep only source code under `src`.

The CMake code responsible for copying test datasets to runtime directory
stays at the test-managing CMakeLists because tests depend on dataset presence.
  • Loading branch information
Mstrutov committed Aug 9, 2023
1 parent 1419282 commit 5f26ad2
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ target_link_libraries(${BINARY} PRIVATE ${CMAKE_PROJECT_NAME}_lib gtest gmock)
# copying sample csv's for testing
add_custom_target(copy-files ALL
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/src/tests/input_data
${CMAKE_SOURCE_DIR}/test_input_data
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/input_data
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f26ad2

Please sign in to comment.