mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:16:37 +08:00
24 lines
358 B
Plaintext
24 lines
358 B
Plaintext
'
|
|
' Tester Simulation.
|
|
'
|
|
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
' All rights reserved.
|
|
'
|
|
@startuml
|
|
|
|
!define TESTER [rtems-test]
|
|
|
|
artifact source
|
|
card EXE
|
|
agent TESTER
|
|
storage results
|
|
agent simulator
|
|
|
|
source --> EXE: build
|
|
EXE --> [rtems-test]: command line
|
|
TESTER --> simulator
|
|
simulator --> TESTER: stdout
|
|
TESTER -> results
|
|
|
|
@enduml
|