github.com/sercand/please@v13.4.0+incompatible/test/go_rules/asm/BUILD (about)

     1  go_library(
     2      name = "asm",
     3      srcs = ["asm.go"],
     4      asm_srcs = ["add.S"],
     5  )
     6  
     7  go_test(
     8      name = "asm_test",
     9      srcs = ["asm_test.go"],
    10      external = True,
    11      deps = [
    12          ":asm",
    13          "//third_party/go:testify",
    14      ],
    15  )