summaryrefslogtreecommitdiff
path: root/willow/unittest/BUILD.bazel
blob: bfd0430244baa8e5c4873bb96b97c7d66f8bc6e7 (plain)
1
2
3
4
5
6
test_suite(
  name = "unittest",
  tests = [
    "//willow/unittest/IR:ir_tests",
  ]
)