summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/crypto')
-rw-r--r--test/buildtool/crypto/TARGETS10
1 files changed, 5 insertions, 5 deletions
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"]
}
}