meson build: udev rules tester broken
When using the meson build, the udev rules tester doesn't run any of the tests, it only runs the placeholder one that is enabled when no other plugin is enabled:
$ ./build/plugins/test-udev-rules
# random seed: R02Sca9d4aed79dcd3c933a5ac489369f5cd
1..1
# Start of MM tests
# Start of test-udev-rules tests
ok 1 /MM/test-udev-rules/placeholder
# End of test-udev-rules tests
# End of MM tests
I think this is because the generated build/config.h
does not contain #define ENABLE_PLUGIN_XXX 1 entries
, as was the case with the autotools build