[PATCH libinput 2/7] test: re-order the tests to have the likely ones to fail first
Peter Hutterer
peter.hutterer at who-t.net
Mon May 4 22:43:04 PDT 2015
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 at who-t.net>
---
test/Makefile.am | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index be0c5d9..0de8699 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,16 +39,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 \
--
2.3.5
More information about the wayland-devel
mailing list