From 58ffa4b7ec299c7a9750e9a7edca2e1cd128ecad Mon Sep 17 00:00:00 2001 From: Quentin Deslandes Date: Tue, 12 Nov 2024 22:34:40 +0100 Subject: [PATCH] tests: e2e: exclude e2e_bin from 'all' target End-to-end tests should not (yet) be built by default. --- tests/e2e/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/CMakeLists.txt b/tests/e2e/CMakeLists.txt index cb10fe3..fa67618 100644 --- a/tests/e2e/CMakeLists.txt +++ b/tests/e2e/CMakeLists.txt @@ -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 )