Skip to content

Commit

Permalink
feat(tests-integration): Allow creating subfolders for integration te…
Browse files Browse the repository at this point in the history
…sts sources
  • Loading branch information
Adda0 committed Oct 29, 2024
1 parent 56780ef commit 451e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/inputs/double-automata.input.in" "${

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/utils/config.hh.in" "${CMAKE_CURRENT_SOURCE_DIR}/src/utils/config.hh" @ONLY)

file(GLOB SOURCES "src/*.cc")
file(GLOB SOURCES "src/**/*.cc")
foreach(SOURCE ${SOURCES})
get_filename_component(TARGET ${SOURCE} NAME_WE)

Expand Down

0 comments on commit 451e85c

Please sign in to comment.