test: Use generic test device API in touch_abs_transform test
authorJonas Ådahl <jadahl@gmail.com>
Thu, 3 Apr 2014 20:35:47 +0000 (22:35 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 8 Apr 2014 21:07:49 +0000 (23:07 +0200)
commit3bee64a84588a6e6942b2ded8f08c85b1e42b69e
treebf4b175de346d9ed7003556bbb5fdc1f9cae627d
parentc5c503c9640a5546fb84cb02616cd743721c1512
test: Use generic test device API in touch_abs_transform test

Instead of having a test device which only purpose is to test absolute
coordinate transformation, use the litest_create_device_with_overrides()
API to create a specially crafted wacom touch device with high
resolution.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am
test/litest-generic-highres-touch.c [deleted file]
test/litest.c
test/litest.h
test/touch.c