diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-12-17 09:16:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 09:16:33 +0100 |
commit | 68f18549c551d677d97ebd18d27827e1613a06a7 (patch) | |
tree | e849837810332337f95a2c5455c72b63ddcc1ce1 /test | |
parent | ddbf960574a3bb4b0be3dba929ad922bfa037a99 (diff) | |
parent | 2bfb92a9789a97adcb088a3be7a13efcd64e8c5f (diff) | |
download | systemd-68f18549c551d677d97ebd18d27827e1613a06a7.tar.gz |
Merge pull request #18001 from systemd/wip/hadess/unsupported-dmi
meson: Disable dmi_memory_id on arches without DMI
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index a71cf24eaf..3a930436f9 100644 --- a/test/meson.build +++ b/test/meson.build @@ -133,7 +133,7 @@ if conf.get('ENABLE_HWDB') == 1 endif endif -if want_tests != false +if want_tests != false and dmi_arches.contains(host_machine.cpu_family()) udev_dmi_memory_id_test = find_program('udev-dmi-memory-id-test.sh') test('udev-dmi-memory-id-test', udev_dmi_memory_id_test, |