diff --git a/hw-tests/meson.build b/hw-tests/meson.build index ed36cc1c1834553585dc5a8ca578477914520a12..76271fa6ea51fea529d02e0c795d5de82495be37 100644 --- a/hw-tests/meson.build +++ b/hw-tests/meson.build @@ -4,7 +4,8 @@ subdir('bmatest/') subdir('bmetest/') subdir('dual-core/') subdir('ecgtest/') -subdir('hello-freertos/') +# Disabled due to meson bug in older version +# subdir('hello-freertos/') subdir('hello-world/') subdir('imutest/') subdir('ips/')