Skip to content

Commit

Permalink
Add test package to Tests component
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 26, 2023
1 parent 3154a9f commit 1b13d45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RwSimpleProjectLoadComponentV2 {
'Stargate-JSON-RPC-Tests',
'Stargate-Loggers-Tests',
'Stargate-Metrics-Tests',
'Stargate-Metrics-HTTP-Tests'
'Stargate-Metrics-HTTP-Tests',
'Stargate-Model-Tests'

],
#conditionalPackageMapSpecs : {
Expand All @@ -33,7 +34,8 @@ RwSimpleProjectLoadComponentV2 {
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Loggers-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Metrics-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Metrics-HTTP-Tests' : { 'symbolDictName' : 'Stargate' }
'Stargate-Metrics-HTTP-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Model-Tests' : { 'symbolDictName' : 'Stargate' }
}
}
}
Expand Down

0 comments on commit 1b13d45

Please sign in to comment.