summaryrefslogblamecommitdiffstats
path: root/images/user/test-cfg-1.puml
blob: 8264fd2d84f43aed31e53ed59af9c3b35f26837d (plain) (tree)



















                                                   
'
' Tester Configuration 1.
'
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
' All rights reserved.
'
@startuml

 artifact Defaults
 artifact BSP
 artifact User
 artifact Config
 rectangle "RTEMS Test\n(rtems-tester)" as tester

 Defaults -down-> tester: .mc
 BSP      -down-> tester: .ini
 User     -down-> tester: .ini
 Config   -down-> tester: .cfg

@enduml