meson.build: move the leftover udev rule check up
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 1 Jul 2019 02:34:09 +0000 (12:34 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 8 Jul 2019 03:25:32 +0000 (13:25 +1000)
commit63e7942008bdafe4c219033984ca4550fcd03463
tree1c0819ed269fa4fde2a5200782bcfca1e6969047
parent734ada5e94f8bdf8a1f45ec092c741a35d94bf95
meson.build: move the leftover udev rule check up

ninja executes the test in the same order but we don't want to waste 5 minutes
testing other things when we have a udev rule leftover from a previous run.

Plus, this test can't be run in parallel with others, so in the worst case we
had to wait for several long-running tests to finish before this one could be
started.

To avoid all this, let's move this up to be the first check.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build