summaryrefslogblamecommitdiffstats
path: root/images/user/test-simulation.puml
blob: 7c6cfe468beae3391fbb60bc2d0df726c793f73f (plain) (tree)






















                                                   
'
' 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