diff options
| author | 2023-01-19 16:02:47 +0000 | |
|---|---|---|
| committer | 2023-01-23 20:28:06 +0000 | |
| commit | 4f95ee96b88fe20f463bbf673996cdc23bdb40fc (patch) | |
| tree | 10176fa767fdee5fc8a3cc07eb6b810b1582cea2 /bp2build/conversion_test.go | |
| parent | 3a79caa3b915889f84b79e0edf728a035faf30a8 (diff) | |
Export sanitizer vars for use in Bazel
Bug: 265154269
Test: Unit tests
Change-Id: I46584159264476d76079e396c6ec294fb394acff
Diffstat (limited to 'bp2build/conversion_test.go')
| -rw-r--r-- | bp2build/conversion_test.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bp2build/conversion_test.go b/bp2build/conversion_test.go index 43daddc1a..b9c06bc04 100644 --- a/bp2build/conversion_test.go +++ b/bp2build/conversion_test.go @@ -101,7 +101,11 @@ func TestCreateBazelFiles_Bp2Build_CreatesDefaultFiles(t *testing.T) { }, { dir: "cc_toolchain", - basename: "constants.bzl", + basename: "config_constants.bzl", + }, + { + dir: "cc_toolchain", + basename: "sanitizer_constants.bzl", }, { dir: "java_toolchain", |