diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-29 14:47:50 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2022-08-05 14:41:31 +0200 |
commit | baa073d46cae264183f576c0acae8df57f42e759 (patch) | |
tree | a6cc74f0ddf0dbe319b13cfb0b0edc400534a2f2 /test/buildtool/TARGETS | |
parent | 406ee1b8c0f6c2ca3e3cd1281eee6dd59e473a68 (diff) | |
download | justbuild-baa073d46cae264183f576c0acae8df57f42e759.tar.gz |
InstallCas: Moved install-cas code to separate library
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 a07928af..f7fb17ce 100644 --- a/test/buildtool/TARGETS +++ b/test/buildtool/TARGETS @@ -10,6 +10,7 @@ , [["./", "file_system", "TESTS"], "file_system"] , [["./", "graph_traverser", "TESTS"], "graph_traverser"] , [["./", "logging", "TESTS"], "logging"] + , [["./", "main", "TESTS"], "main"] , [["./", "multithreading", "TESTS"], "multithreading"] , [["./", "system", "TESTS"], "system"] ] |