posix: enable benchmarks for other architectures

We can run the benchmarks on other architectures beside x86

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-14 09:08:31 -05:00 committed by Anas Nashif
parent 3d3ebe2ffb
commit 8dafd72eb7
3 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,10 @@ tests:
test:
arch_whitelist: x86 arm
min_ram: 32
slow: true
tags: benchmark
slow: true
timeout: 300
test_posix:
arch_whitelist: posix
min_ram: 32
tags: benchmark

View file

@ -1,5 +1,5 @@
tests:
test:
arch_whitelist: x86 arm
arch_whitelist: x86 arm posix
filter: CONFIG_PRINTK
tags: benchmark

View file

@ -1,5 +1,5 @@
tests:
test:
arch_whitelist: x86
arch_exclude: nios2 riscv32 xtensa
min_ram: 32
tags: benchmark