Skip to content

Commit

Permalink
Updated baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Dec 6, 2021
1 parent 1817ceb commit 5452dfb
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BaselineOfAIGraphAlgorithms >> baseline: spec [

spec
package: 'AI-Algorithms-Graph-Generators'
with: [ spec requires: #( 'AI-Algorithms-Graph' ) ].
with: [ spec requires: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' ) ].
spec
package: 'AI-Algorithms-Graph-Generators-Tests'
with: [ spec requires: #( 'AI-Algorithms-Graph-Generators' ) ].
Expand All @@ -44,7 +44,8 @@ BaselineOfAIGraphAlgorithms >> defineGroups: spec [
group: 'Core' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components');
group: 'Tests' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Tests' ).
spec
group: 'GraphGenerators' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' );
group: 'GraphGenerators'
with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' );
group: 'GraphGeneratorsTests' with: #( 'AI-Algorithms-Graph-Generators' 'AI-Algorithms-Graph-Generators-Tests' ).
spec group: 'default' with: #( 'Core' 'Tests' )
spec group: 'default' with: #( 'Core' 'Tests' )
]

0 comments on commit 5452dfb

Please sign in to comment.