diff options
Diffstat (limited to 'willow/unittest/ir/BUILD.bazel')
| -rw-r--r-- | willow/unittest/ir/BUILD.bazel | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/willow/unittest/ir/BUILD.bazel b/willow/unittest/ir/BUILD.bazel deleted file mode 100644 index b41dfcd..0000000 --- a/willow/unittest/ir/BUILD.bazel +++ /dev/null @@ -1,16 +0,0 @@ -cc_test( - name = "verifier", - srcs = ["VerifierTest.cpp"], - deps = [ - "//willow", - "@catch2//:catch2_main" - ], - tags = ["ir"] -) - -test_suite( - name = "ir_tests", - tests = [ - ":verifier" - ], -) |