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