From 619827ac7a863263128a0961196f345b143a0536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 20 Feb 2024 07:02:25 +0100 Subject: [PATCH] tests: Use FP_DRIVERS_ALLOWLIST variable instead of old one --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 37b4035d..440db9ea 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -504,7 +504,7 @@ if get_option('tod') continue endif tod_test_envs = tod_envs - tod_test_envs.prepend('FP_DRIVERS_WHITELIST', tod_driver) + tod_test_envs.prepend('FP_DRIVERS_ALLOWLIST', tod_driver) tod_test_envs.set('FP_TOD_DRIVERS_DIR', tod_driver_info.get('tod-dir') == meson.current_build_dir() ? meson.current_build_dir() :