test: re-order the tests to have the likely ones to fail first

Run the touchpad tests first, it's the most likely to fail. It also takes the
longest, so it's annoying to have it fail when you spent a minute watching the
other tests succeed.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Peter Hutterer 2015-05-04 20:55:37 +10:00
parent 799ee6c53e
commit 6c2d2d7e6c

View file

@ -40,16 +40,16 @@ liblitest_la_SOURCES = \
liblitest_la_LIBADD = $(top_builddir)/src/libinput-util.la
run_tests = \
test-udev \
test-path \
test-touchpad \
test-device \
test-pointer \
test-touch \
test-log \
test-touchpad \
test-trackpoint \
test-udev \
test-path \
test-log \
test-misc \
test-keyboard \
test-device
test-keyboard
build_tests = \
test-build-cxx \
test-build-linker \