summaryrefslogtreecommitdiff
path: root/test/end-to-end/generated-binary
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-20 14:51:37 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-21 10:13:26 +0200
commit9a207552ae215473f5af7d6336937dcd4bc843ce (patch)
tree443b22cd7341ea6e0dbd94b665573154188927df /test/end-to-end/generated-binary
parenta6267537ff9e0a4d1966d285cdae302e38d888b8 (diff)
downloadjustbuild-9a207552ae215473f5af7d6336937dcd4bc843ce.tar.gz
tests: use newly defined test suite
... so that linting information gets propagated properly.
Diffstat (limited to 'test/end-to-end/generated-binary')
-rw-r--r--test/end-to-end/generated-binary/TARGETS5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/end-to-end/generated-binary/TARGETS b/test/end-to-end/generated-binary/TARGETS
index fa5aa9bc..ef876c37 100644
--- a/test/end-to-end/generated-binary/TARGETS
+++ b/test/end-to-end/generated-binary/TARGETS
@@ -15,5 +15,8 @@
, "deps": [["", "tool-under-test"], "compile rules"]
}
, "TESTS":
- {"type": "install", "tainted": ["test"], "deps": ["shell", "compiled"]}
+ { "type": ["@", "rules", "test", "suite"]
+ , "stage": ["generated-binary"]
+ , "deps": ["shell", "compiled"]
+ }
}