summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDerek Morton <derek.j.morton@intel.com>2016-02-04 12:06:57 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-02-17 18:21:12 +0100
commitef724ab2bba7a51113542c0bc9e77d34e8935c60 (patch)
tree5ce7c5095e9a4679e0966f2c71beef18e03efc9c /lib/Makefile.sources
parent0a45d6ba1371bb879f55d9f75d893552c2f71c97 (diff)
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 <derek.j.morton@intel.com> [danvet: Fixup whitespace. Add #include <stdint.h>. Run lint.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
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