diff options
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 0b9e6518..8e237a65 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -42,9 +42,22 @@ , ["src/utils/cpp", "archive_ops"] ] } +, "file_locking": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["file_locking"] + , "srcs": ["file_locking.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/file_system", "file_system_manager"] + , ["src/utils/cpp", "file_locking"] + , ["src/utils/cpp", "atomic"] + ] + , "stage": ["test", "utils", "cpp"] + } , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["path", "curl_usage_test", "archive_usage"] + , "deps": ["path", "curl_usage_test", "archive_usage", "file_locking"] } } |