diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-07 18:23:53 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-08 13:46:08 +0100 |
commit | 28abe1bf4d8c16af92e1ef3dc1f267399f0690b9 (patch) | |
tree | a88380091984fdabe288caffb0dc814543a613d5 /test/buildtool/TARGETS | |
parent | 6f44f11a9a063d2f8f10a99c3531325e0fabead8 (diff) | |
download | justbuild-28abe1bf4d8c16af92e1ef3dc1f267399f0690b9.tar.gz |
SystemCommand: Move to new module "src/buildtool/system"
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 3e70f462..a07928af 100644 --- a/test/buildtool/TARGETS +++ b/test/buildtool/TARGETS @@ -11,6 +11,7 @@ , [["./", "graph_traverser", "TESTS"], "graph_traverser"] , [["./", "logging", "TESTS"], "logging"] , [["./", "multithreading", "TESTS"], "multithreading"] + , [["./", "system", "TESTS"], "system"] ] } } |