Skip to content

Commit

Permalink
tests: e2e: exclude e2e_bin from 'all' target
Browse files Browse the repository at this point in the history
End-to-end tests should not (yet) be built by default.
  • Loading branch information
qdeslandes committed Nov 12, 2024
1 parent 4e33b04 commit 58ffa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_custom_command(
COMMENT "Generating the end-to-end test packets"
)

add_executable(e2e_bin
add_executable(e2e_bin EXCLUDE_FROM_ALL
${CMAKE_CURRENT_SOURCE_DIR}/main.c
${CMAKE_CURRENT_BINARY_DIR}/include/packets.h
)
Expand Down

0 comments on commit 58ffa4b

Please sign in to comment.