test: re-order the tests to have the likely ones to fail first
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 4 May 2015 10:55:37 +0000 (20:55 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 7 May 2015 04:40:59 +0000 (14:40 +1000)
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>
test/Makefile.am

index a90fa78..0df89b2 100644 (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 \