mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-06 10:20:45 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
738a39f56b
commit
172b45d255
1 changed files with 3 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue