diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-14 17:15:52 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-03-24 09:25:05 +0100 |
commit | 3cd82862c1b44409dddcbe65a14bd483574e7460 (patch) | |
tree | 96998b7d6ed454e394437f42cb01d518b018570f /test/utils/cpp/TARGETS | |
parent | 6c009825cb320cc00531494985aa5fe7e0989971 (diff) | |
download | justbuild-3cd82862c1b44409dddcbe65a14bd483574e7460.tar.gz |
Test TmpDir
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index c7ef6b21..5ec8e54f 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -45,6 +45,18 @@ ] , "stage": ["test", "utils", "cpp"] } +, "tmp_dir": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["tmp_dir"] + , "srcs": ["tmp_dir.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/file_system", "file_system_manager"] + , ["@", "src", "src/utils/cpp", "tmp_dir"] + , ["", "catch-main"] + ] + , "stage": ["test", "utils", "cpp"] + } , "incremental_reader": { "type": ["@", "rules", "CC/test", "test"] , "name": ["incremental_reader"] @@ -65,6 +77,12 @@ { "type": ["@", "rules", "test", "suite"] , "stage": ["cpp"] , "deps": - ["file_locking", "incremental_reader", "path", "path_rebase", "prefix"] + [ "file_locking" + , "incremental_reader" + , "path" + , "path_rebase" + , "prefix" + , "tmp_dir" + ] } } |