samples/task_profile: fix testcase.ini's long lines
.ini format supports long lines by prefixing the continuation with an empty line. Adding a backslash makes the backslash part of the value. Change-Id: I0a1ade3a6bdf12281e61d06e21d7233d4b624b48 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
a6cf6038e3
commit
1b9d13c408
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
kernel = micro
|
||||
build_only = true
|
||||
tags = samples
|
||||
platform_exclude = arduino_101_sss nucleo_f103rb olimexino_stm32 \
|
||||
quark_d2000_crb quark_se_sss_devboard altera_max10 \
|
||||
platform_exclude = arduino_101_sss nucleo_f103rb olimexino_stm32
|
||||
quark_d2000_crb quark_se_sss_devboard altera_max10
|
||||
qemu_nios2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue