tests: Split helpers into library
authorThierry Reding <treding@nvidia.com>
Wed, 9 Dec 2015 17:37:39 +0000 (18:37 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 18 Dec 2015 17:43:40 +0000 (17:43 +0000)
commit1ec3c44bdd38051d870f64d0b2cc7dbd59760386
tree16736bbd48e66bee6592f10a8ec358d57d51e141
parent15d90ef3504128a276923db840af1410ca255647
tests: Split helpers into library

Some of the helpers, such as the pattern drawing helpers or the format
lookup helpers, have potential to be reused. Move them into a separate
library to make it easier to share them.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
23 files changed:
CleanSpec.mk
configure.ac
tests/Makefile.am
tests/modeprint/Makefile.am
tests/modeprint/modeprint.c
tests/modetest/Android.mk
tests/modetest/Makefile.am
tests/modetest/buffers.c
tests/modetest/buffers.h
tests/modetest/cursor.c
tests/modetest/modetest.c
tests/proptest/Makefile.am
tests/proptest/proptest.c
tests/util/Android.mk [new file with mode: 0644]
tests/util/Makefile.am [new file with mode: 0644]
tests/util/Makefile.sources [new file with mode: 0644]
tests/util/common.h [new file with mode: 0644]
tests/util/format.c [new file with mode: 0644]
tests/util/format.h [new file with mode: 0644]
tests/util/pattern.c [new file with mode: 0644]
tests/util/pattern.h [new file with mode: 0644]
tests/vbltest/Makefile.am
tests/vbltest/vbltest.c