summaryrefslogtreecommitdiff
path: root/willow/unittest/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'willow/unittest/BUILD.bazel')
-rw-r--r--willow/unittest/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/willow/unittest/BUILD.bazel b/willow/unittest/BUILD.bazel
new file mode 100644
index 0000000..8f1c55d
--- /dev/null
+++ b/willow/unittest/BUILD.bazel
@@ -0,0 +1,6 @@
+test_suite(
+ name = "unittest",
+ tests = [
+ "//willow/unittest/ir:ir_tests",
+ ]
+)