diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-14 14:59:22 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-23 14:18:52 +0100 |
commit | 27a7f0f98986abc54cd52b17974743287d6eaa79 (patch) | |
tree | 83f5c1bcceef2c4375e528857b8c10ed0629d808 /test/other_tools/git_operations | |
parent | b0d1da1fd7c82a5b636337e562d8ba36ce7ffa16 (diff) | |
download | justbuild-27a7f0f98986abc54cd52b17974743287d6eaa79.tar.gz |
test: Clean up target names
Using "test" in the name of a test target is unnecessary and
adds gratuitous inconsistencies.
Diffstat (limited to 'test/other_tools/git_operations')
-rw-r--r-- | test/other_tools/git_operations/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index 8515d680..a20409c1 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -25,7 +25,7 @@ } , "git_repo_remote": { "type": ["@", "rules", "CC/test", "test"] - , "name": ["git_repo_remote_test"] + , "name": ["git_repo_remote"] , "srcs": ["git_repo_remote.test.cpp"] , "data": [["test/buildtool/file_system", "test_data"]] , "private-deps": |