tests/ps_schedstatistics: enable on-hardware CI testing

This commit is contained in:
Kaspar Schleiser 2018-04-04 17:25:39 +02:00
parent baf1b8f6e9
commit 3c24e651d1
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ USEMODULE += ps
USEMODULE += schedstatistics
USEMODULE += printf_float
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -39,6 +39,8 @@ def _check_startup(child):
def _check_help(child):
child.sendline('')
child.expect('>')
child.sendline('help')
child.expect_exact('Command Description')
child.expect_exact('---------------------------------------')