diff options
author | 2022-03-25 16:33:26 +0000 | |
---|---|---|
committer | 2022-04-08 14:15:43 +0000 | |
commit | 932c01cf9efab7e8dc00b7faad470b5499ad04c0 (patch) | |
tree | d0a904907eda138f986c4d26ce13f06cc9c437f7 /bp2build/conversion_test.go | |
parent | 7f88956c16b1bf10bf7a9187e9943c3fd33adc1a (diff) |
export Java variables to Bazel
Test: build/bazel/bp2build.sh
Change-Id: Ia06f9265c9f96e6add6edbd0cee925fe37b430d3
Diffstat (limited to 'bp2build/conversion_test.go')
-rw-r--r-- | bp2build/conversion_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bp2build/conversion_test.go b/bp2build/conversion_test.go index d65ece8c7..e49d8553b 100644 --- a/bp2build/conversion_test.go +++ b/bp2build/conversion_test.go @@ -95,6 +95,14 @@ func TestCreateBazelFiles_Bp2Build_CreatesDefaultFiles(t *testing.T) { basename: "constants.bzl", }, { + dir: "java_toolchain", + basename: GeneratedBuildFileName, + }, + { + dir: "java_toolchain", + basename: "constants.bzl", + }, + { dir: "metrics", basename: "converted_modules.txt", }, |