From 4c92fce76165702cdf4dd350ab28e4ce6fc52e78 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 4 May 2018 10:44:20 +0200 Subject: Fix order of mouse selftest in selftests.pri Put it in alphabetical order like the rest of the list. Change-Id: I3da3bb68d1847f53419bb79490b946c935ebb518 Reviewed-by: Friedemann Kleint Reviewed-by: Edward Welbourne --- tests/auto/testlib/selftests/selftests.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/testlib') diff --git a/tests/auto/testlib/selftests/selftests.pri b/tests/auto/testlib/selftests/selftests.pri index ec77cb2049..2a31630737 100644 --- a/tests/auto/testlib/selftests/selftests.pri +++ b/tests/auto/testlib/selftests/selftests.pri @@ -30,6 +30,7 @@ SUBPROGRAMS = \ keyboard \ longstring \ maxwarnings \ + mouse \ multiexec \ pairdiagnostics \ printdatatags \ @@ -48,8 +49,7 @@ SUBPROGRAMS = \ verbose2 \ verifyexceptionthrown \ warnings \ - xunit \ - mouse + xunit INCLUDEPATH += ../../../../shared/ HEADERS += ../../../../shared/emulationdetector.h -- cgit v1.2.3