Skip to content

Commit

Permalink
Re-enable XML tests in flag_parser_test.cpp
Browse files Browse the repository at this point in the history
Introduces a dependency on libxml2.

Restores parts of tests deleted in #853

Bug: b/389804379
Test: bazel test '//...'
  • Loading branch information
Databean committed Jan 22, 2025
1 parent 68bfcdd commit 1a7b9dc
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 4 deletions.
1 change: 1 addition & 0 deletions base/cvd/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bazel_dep(name = "fmt", version = "10.2.1")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "jsoncpp", version = "1.9.5")
bazel_dep(name = "libxml2", version = "2.13.5")
bazel_dep(name = "protobuf", version = "29.1")
bazel_dep(name = "tinyxml2", version = "10.0.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
Expand Down
Loading

0 comments on commit 1a7b9dc

Please sign in to comment.