From ef724ab2bba7a51113542c0bc9e77d34e8935c60 Mon Sep 17 00:00:00 2001 From: Derek Morton Date: Thu, 4 Feb 2016 12:06:57 +0000 Subject: lib/igt_core.c: Expand --run-subtest functionality. Added extended wildcard support when specifying --run-subtest. Wildcard format is as specified in rfc3977 and the uwildmat() implementation is taken from libinn. See https://tools.ietf.org/html/rfc3977#section-4 for a description of allowed wildcard expressions. v2: Use comma as list separator (Ville Syrjala) support both ^ and ! as not operators (Dave Gordon) v3: Updated to use uwildmat() (Dave Gordon) Signed-off-by: Derek Morton [danvet: Fixup whitespace. Add #include . Run lint.] Signed-off-by: Daniel Vetter --- lib/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.sources') diff --git a/lib/Makefile.sources b/lib/Makefile.sources index 49998680..e33861e7 100644 --- a/lib/Makefile.sources +++ b/lib/Makefile.sources @@ -60,6 +60,8 @@ libintel_tools_la_SOURCES = \ igt_core.h \ igt_draw.c \ igt_draw.h \ + uwildmat/uwildmat.h \ + uwildmat/uwildmat.c \ $(NULL) .PHONY: version.h.tmp -- cgit v1.2.3