diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-12 16:07:00 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-22 17:01:13 +0200 |
commit | f58946aeabb30363f41e3eb189f6bbfcea4009dd (patch) | |
tree | d12a668a8ff46e5376f00ff2fad0566f7cfa1919 /test/buildtool/execution_engine/executor/TARGETS | |
parent | 9a9409e44b8ad5a68f38f918e5e026875732b574 (diff) | |
download | justbuild-f58946aeabb30363f41e3eb189f6bbfcea4009dd.tar.gz |
Pass HashFunction to Executor
Diffstat (limited to 'test/buildtool/execution_engine/executor/TARGETS')
-rw-r--r-- | test/buildtool/execution_engine/executor/TARGETS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index cb33854a..c5a9b810 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -13,6 +13,7 @@ , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/progress_reporting", "progress"] , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/compatibility", "compatibility"] , ["@", "catch2", "", "catch2"] , ["@", "gsl", "", "gsl"] , ["utils", "test_remote_config"] @@ -33,6 +34,8 @@ , ["@", "src", "src/buildtool/execution_engine/dag", "dag"] , ["@", "src", "src/buildtool/execution_engine/executor", "executor"] , ["@", "src", "src/buildtool/progress_reporting", "progress"] + , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/compatibility", "compatibility"] , ["", "catch-main"] , ["@", "catch2", "", "catch2"] , ["@", "gsl", "", "gsl"] |