From 27a7f0f98986abc54cd52b17974743287d6eaa79 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 14 Mar 2023 14:59:22 +0100 Subject: test: Clean up target names Using "test" in the name of a test target is unnecessary and adds gratuitous inconsistencies. --- test/other_tools/git_operations/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/other_tools/git_operations') 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": -- cgit v1.2.3