Skip to content

Commit

Permalink
bazel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Jan 10, 2025
1 parent f24b7f6 commit ec4c12d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ kt_jvm_binary(
runtime_deps = ["//scripts/src/java/org/oppia/android/scripts/xml:xml_syntax_check_lib"],
)

kt_jvm_binary(
name = "check_textview_styles",
testonly = True,
main_class = "org.oppia.android.scripts.xml.TextViewStyleCheckTest",
runtime_deps = ["//scripts/src/java/org/oppia/android/scripts/xml:check_textview_styles"],
)

kt_jvm_binary(
name = "string_language_translation_check",
testonly = True,
Expand Down

0 comments on commit ec4c12d

Please sign in to comment.