diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 11:29:28 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 14:48:51 +0100 |
commit | ceefa8481e11b83d42a0f7e3410fc81ed2b1078f (patch) | |
tree | 093a50b192dfa3c616b8a8b09cadd9d95358571a /test/buildtool/execution_api/common/TARGETS | |
parent | a1b4820fdc1fff16be87bcb7ca5e54456011d204 (diff) | |
download | justbuild-ceefa8481e11b83d42a0f7e3410fc81ed2b1078f.tar.gz |
ExecutionAPI: Add test for retrieving trees to path
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index 21095882..abd7e3a3 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -6,6 +6,7 @@ [ ["@", "catch2", "", "catch2"] , ["src/buildtool/common", "artifact_factory"] , ["src/buildtool/execution_api/common", "common"] + , ["src/buildtool/file_system", "file_system_manager"] ] , "stage": ["test", "buildtool", "execution_api", "common"] } |