samples/posix/gettimeofday: Filter out INTEL_ADSP

This platform has a newlib which is inexplicably missing a
_gettimeofday_r symbol.  Just filter the test there.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2021-03-02 10:38:56 -08:00 committed by Anas Nashif
commit 881c800736

View file

@ -2,7 +2,7 @@ sample:
description: POSIX API gettimeofday() example (with SNTP) description: POSIX API gettimeofday() example (with SNTP)
name: gettimeofday name: gettimeofday
common: common:
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: ( TOOLCHAIN_HAS_NEWLIB == 1 and not CONFIG_SOC_FAMILY_INTEL_ADSP )
harness: net harness: net
min_ram: 32 min_ram: 32
min_flash: 96 min_flash: 96