From af3d0ad1926eb825f64152cf217fc9a4777f0be3 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Thu, 19 Feb 2026 18:45:44 -0500 Subject: [willow]: more cleanup, tests --- willow/unittest/IR/BUILD.bazel | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'willow/unittest/IR/BUILD.bazel') diff --git a/willow/unittest/IR/BUILD.bazel b/willow/unittest/IR/BUILD.bazel index b41dfcd..e25efbf 100644 --- a/willow/unittest/IR/BUILD.bazel +++ b/willow/unittest/IR/BUILD.bazel @@ -8,9 +8,20 @@ cc_test( tags = ["ir"] ) +cc_test( + name = "instructions", + srcs = ["InstructionsTest.cpp"], + deps = [ + "//willow", + "@catch2//:catch2_main" + ], + tags = ["ir"] +) + test_suite( name = "ir_tests", tests = [ - ":verifier" + ":verifier", + ":instructions" ], ) -- cgit v1.2.3