meson: fix warning on run_command

Resolve the following:

```
WARNING: You should add the boolean check kwarg to the run_command call.
         It currently defaults to false,
         but it will default to true in meson 2.0.
```

Change-Id: Ic2fb5f7d1bbbf28fff36a2f241d3f0b11125e570
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/meson.build b/meson.build
index 0804494..7aa7672 100644
--- a/meson.build
+++ b/meson.build
@@ -192,6 +192,7 @@
             'bash', \
             generate_whitelist_script, \
             whitelist_conf,
+        check: true,
     )
 
     whitelist_pre = declare_dependency(