summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-22 11:51:06 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-24 16:00:11 +0200
commitdc2cc2d18381ab7bbef5bbce17736f5252b5da6c (patch)
tree1770725d29d32303cafd71d7929e3bbd59ed8b3c /test/buildtool/crypto
parentd4396683860b5aed391a336692bacae71e1007cd (diff)
downloadjustbuild-dc2cc2d18381ab7bbef5bbce17736f5252b5da6c.tar.gz
Split off tests into a separate logical repository
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing.
Diffstat (limited to 'test/buildtool/crypto')
-rw-r--r--test/buildtool/crypto/TARGETS8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/buildtool/crypto/TARGETS b/test/buildtool/crypto/TARGETS
index a3b7d880..c4177579 100644
--- a/test/buildtool/crypto/TARGETS
+++ b/test/buildtool/crypto/TARGETS
@@ -4,8 +4,8 @@
, "srcs": ["hasher.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["test", "catch-main"]
- , ["src/buildtool/crypto", "hasher"]
+ , ["", "catch-main"]
+ , ["@", "src", "src/buildtool/crypto", "hasher"]
]
, "stage": ["test", "buildtool", "crypto"]
}
@@ -15,8 +15,8 @@
, "srcs": ["hash_function.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["test", "catch-main"]
- , ["src/buildtool/crypto", "hash_function"]
+ , ["", "catch-main"]
+ , ["@", "src", "src/buildtool/crypto", "hash_function"]
]
, "stage": ["test", "buildtool", "crypto"]
}