diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-12-11 15:27:12 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-12-19 16:37:59 +0100 |
commit | 6a1a70e6882e9ef19843cf7171fc74eee763da44 (patch) | |
tree | caa2d78c3c651f6cfde9dc17caa8473d0a58106a /test/buildtool/TARGETS | |
parent | 969abef7af52a43da3040223a6825ebd4dd485a1 (diff) | |
download | justbuild-6a1a70e6882e9ef19843cf7171fc74eee763da44.tar.gz |
Test TreeStructureCache
Diffstat (limited to 'test/buildtool/TARGETS')
-rw-r--r-- | test/buildtool/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/TARGETS b/test/buildtool/TARGETS index 84673a9d..28351129 100644 --- a/test/buildtool/TARGETS +++ b/test/buildtool/TARGETS @@ -15,6 +15,7 @@ , ["./", "serve_api", "TESTS"] , ["./", "storage", "TESTS"] , ["./", "system", "TESTS"] + , ["./", "tree_structure", "TESTS"] ] } } |