Skip to content

Commit

Permalink
build: turn on integration tests in ctest by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Mar 22, 2024
1 parent 733af91 commit fd09f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option(FULLY_STATIC "Attempt fully static linking of all CLI apps" OFF)
# Enable CMake's test infrastructure.
enable_testing()

option(SKIP_INTEGRATION_TESTS "Skip the packager integration tests" ON)
option(SKIP_INTEGRATION_TESTS "Skip the packager integration tests" OFF)

# Subdirectories with their own CMakeLists.txt
add_subdirectory(packager)
Expand Down

0 comments on commit fd09f81

Please sign in to comment.