From 93bc97385ae25b112c34b11748a2b55fbfb0e87b Mon Sep 17 00:00:00 2001 From: Zbigniew Kempczyński Date: Wed, 22 Jan 2020 12:05:48 +0100 Subject: lib/igt_collection: Adding combinatorics facility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dynamic tests gives us new method to create tests depending on the hardware/software capabilities. To check coverage some tests require verification over some set of objects/data. To make life easier with combinatorics this patch introduces igt_collection. Currently it supports iterating over set to get subsets, combinations, variations with and without repetitions. Code has some limitation (set/subset cannot be larger than 16 elements, what is enough for most cases). Signed-off-by: Zbigniew Kempczyński Cc: Petri Latvala Cc: Chris Wilson Acked-by: Petri Latvala --- docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml index aa9fef20..9c9aa8f1 100644 --- a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml +++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml @@ -20,6 +20,7 @@ + -- cgit v1.2.3