From 172b45d25572c5329825f7c2e361dd50391af7cf Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 9 Jan 2017 11:01:59 +1000 Subject: [PATCH] test: swap order for selftest and test suite Making sure the test suite behaves as expected should be done before we use it. Signed-off-by: Peter Hutterer --- test/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 983264c8..2def2ae6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -83,8 +83,9 @@ liblitest_la_LIBADD += $(LIBUNWIND_LIBS) -ldl liblitest_la_CFLAGS += $(LIBUNWIND_CFLAGS) endif -run_tests = libinput-test-suite-runner \ - test-litest-selftest +run_tests = \ + test-litest-selftest \ + libinput-test-suite-runner build_tests = \ test-build-cxx \