blob: cbe6f7c718aa5ffe156a6fc26fbd0c24e5257e88 [file] [log] [blame]
licenses(["notice"]) # Apache 2.0
load("//src/TulsiGeneratorIntegrationTests:tulsi_integration_test.bzl", "tulsi_integration_test")
test_suite(
name = "TulsiEndToEndTests",
)
tulsi_integration_test(
name = "TulsiEndToEndTest",
srcs = ["TulsiEndToEndTest.swift"],
data = [
"Resources/Buttons.tulsiproj",
"//:tulsi.zip",
"@build_bazel_rules_apple//examples/multi_platform/Buttons:all_files",
],
)