chiark / gitweb /
Test suite: Support t-dependencies (for gencontrol, not for tests/run-all)
[dgit.git] / tests / lib
index d131e7b2a8dc4a6328a32d8cb1016135a896ba58..ef2a8d56f36459aafb19a201101937019d61eb0d 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -602,6 +602,10 @@ t-restrict () {
        (cd $root; t-restriction-$restriction >&2)
 }
 
+t-dependencies () {
+       : "Hopefully installed: $*"
+}
+
 t-chain-test () {
        local ct=$1
        local d=${0%/*}