summaryrefslogtreecommitdiffstats
path: root/images/user/test-cfg-1.puml
blob: 8264fd2d84f43aed31e53ed59af9c3b35f26837d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'
' 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