mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 07:51:56 +08:00
21 lines
366 B
Plaintext
21 lines
366 B
Plaintext
'
|
|
' 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
|