tests: usb: Enable usb tests on frdm_k64f

Enables the bos and os_desc tests on the frdm_k64f platform.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-09-08 10:43:43 -05:00
parent 4c81e94af1
commit df2cc4084a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
tests:
usb.bos:
platform_whitelist: native_posix
platform_whitelist: native_posix frdm_k64f
tags: usb bos

View File

@ -1,4 +1,4 @@
tests:
usb.osdesc:
platform_whitelist: native_posix
platform_whitelist: native_posix frdm_k64f
tags: usb osdesc