Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cmake): warning users on usage of libsinsp e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
therealbobo committed Feb 7, 2024
1 parent a66cdc7 commit fb980af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -134,6 +134,7 @@ if(CREATE_TEST_TARGETS)
endif()

if(ENABLE_LIBSINSP_E2E_TESTS)
message(WARNING "LIBSINSP_E2E_TESTS are experimental!")
add_subdirectory(test/libsinsp_e2e)
add_subdirectory(test/libsinsp_e2e/resources)
endif()

0 comments on commit fb980af

Please sign in to comment.