From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- test/buildtool/crypto/TARGETS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/buildtool/crypto') diff --git a/test/buildtool/crypto/TARGETS b/test/buildtool/crypto/TARGETS index 43617dae..40971816 100644 --- a/test/buildtool/crypto/TARGETS +++ b/test/buildtool/crypto/TARGETS @@ -4,8 +4,8 @@ , "srcs": ["hasher.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["", "catch-main"] , ["@", "src", "src/buildtool/crypto", "hasher"] + , ["", "catch-main"] ] , "stage": ["test", "buildtool", "crypto"] } @@ -15,8 +15,8 @@ , "srcs": ["hash_function.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["", "catch-main"] , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["", "catch-main"] ] , "stage": ["test", "buildtool", "crypto"] } @@ -26,15 +26,15 @@ , "srcs": ["hash_info.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["", "catch-main"] - , ["@", "src", "src/buildtool/crypto", "hash_info"] , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/crypto", "hash_info"] + , ["", "catch-main"] ] , "stage": ["test", "buildtool", "crypto"] } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["crypto"] - , "deps": ["hasher", "hash_function", "hash_info"] + , "deps": ["hash_function", "hash_info", "hasher"] } } -- cgit v1.2.3