summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-02-24 12:43:13 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2026-02-24 12:43:13 -0500
commit692fc6906c9f523334428d29afc187411fd59bf9 (patch)
tree1084ffbe097bf1f822e11bac2d83f4a30e84ef67 /BUILD.bazel
parent4b005e4a6e646c0b2788fc261097cdca2a93696c (diff)
downloadcompiler-692fc6906c9f523334428d29afc187411fd59bf9.tar.gz
[willow][tools]: unit testing for tokenizer
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 60088b1..4c0f6f7 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -6,5 +6,6 @@ refresh_compile_commands(
targets = {
"//willow:willow": "",
"//willow:willowc": "",
+ "//willow/tools/willowc/unittest": "",
},
)