Skip to content

Commit

Permalink
license: enable Bazel-based integration testing
Browse files Browse the repository at this point in the history
Co-authored-by: malt3 <[email protected]>
  • Loading branch information
burgerdev and malt3 committed Nov 23, 2023
1 parent b0702cd commit d599b80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ enable_testing()
# TODO(malt3): Remove this once every integration test is migrated to Bazel
add_test(NAME integration-csi COMMAND bash -c "go test -tags integration -c ./test/ && sudo ./test.test -test.v" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/csi)
add_test(NAME integration-dm COMMAND bash -c "go test -tags integration -c ./test/ && sudo ./test.test -test.v" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/disk-mapper/internal)
add_test(NAME integration-license COMMAND bash -c "go test -tags integration" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/internal/license)
1 change: 1 addition & 0 deletions internal/license/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go_test(
name = "integration_test",
srcs = ["license_integration_test.go"],
tags = [
"integration",
"requires-network",
],
deps = [
Expand Down

0 comments on commit d599b80

Please sign in to comment.