Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jheaff1 committed Feb 10, 2023
1 parent bedbcf5 commit 02f135a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions e2e/workspace/BUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
"""Provides a simple way to test your rules as an external workspace.
Add a basic smoke-test target below.
"""

load("@bazel_skylib//rules:build_test.bzl", "build_test")
# load("rules_qt//qt:defs.bzl", "...")

# Replace with a usage of your rule/macro
filegroup(name = "empty")

build_test(
name = "smoke_test",
name = "qt_build_test",
targets = [
# targets you add above
":empty",
"@qt//:qt",
],
)

0 comments on commit 02f135a

Please sign in to comment.