Skip to content

Commit 1a7b9dc

Browse files
committed
Re-enable XML tests in flag_parser_test.cpp
Introduces a dependency on libxml2. Restores parts of tests deleted in #853 Bug: b/389804379 Test: bazel test '//...'
1 parent 68bfcdd commit 1a7b9dc

File tree

4 files changed

+470
-4
lines changed

4 files changed

+470
-4
lines changed

base/cvd/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ bazel_dep(name = "fmt", version = "10.2.1")
1111
bazel_dep(name = "gflags", version = "2.2.2")
1212
bazel_dep(name = "googletest", version = "1.15.2")
1313
bazel_dep(name = "jsoncpp", version = "1.9.5")
14+
bazel_dep(name = "libxml2", version = "2.13.5")
1415
bazel_dep(name = "protobuf", version = "29.1")
1516
bazel_dep(name = "tinyxml2", version = "10.0.0")
1617
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

0 commit comments

Comments
 (0)