tests: Add check that no supported device is whitelisted

This commit is contained in:
Benjamin Berg 2021-01-19 13:38:08 +01:00
parent 80dbc9c0cb
commit 16095a21fd

View file

@ -168,6 +168,11 @@ foreach test_name: unit_tests
)
endforeach
# Run udev rule generator with fatal warnings
test('udev-rules',
udev_rules,
env: envs)
gdb = find_program('gdb', required: false)
if gdb.found()
add_test_setup('gdb',