mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-07 01:30:33 +01:00
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:
parent
799ee6c53e
commit
6c2d2d7e6c
1 changed files with 6 additions and 6 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue