diff options
| author | sweiglbosker <stefan@s00.xyz> | 2026-02-24 13:04:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 13:04:50 -0500 |
| commit | 9d386221c9d6265f8ab85b42fcb93b4a0cafbb54 (patch) | |
| tree | 317c3f56776538eae9980ad93bd16432d396470b /BUILD.bazel | |
| parent | 4b005e4a6e646c0b2788fc261097cdca2a93696c (diff) | |
| download | compiler-main.tar.gz | |
Diffstat (limited to 'BUILD.bazel')
| -rw-r--r-- | BUILD.bazel | 1 |
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": "", }, ) |