mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #7838 from aabadie/test_thread_basic
tests/thread_basic: rename python testrunner script
This commit is contained in:
commit
2ffd0427b6
@ -8,4 +8,4 @@ DISABLE_MODULE += auto_init
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/test_thread.py
|
||||
./tests/01-run.py
|
||||
|
@ -12,6 +12,7 @@ import sys
|
||||
sys.path.append(os.path.join(os.environ['RIOTBASE'], 'dist/tools/testrunner'))
|
||||
import testrunner
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
child.expect('first thread\r\n')
|
||||
child.expect('second thread\r\n')
|
Loading…
Reference in New Issue
Block a user