File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/BaselineOfAIGraphAlgorithms Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ BaselineOfAIGraphAlgorithms >> baseline: spec [
25
25
26
26
spec
27
27
package: ' AI-Algorithms-Graph-Generators'
28
- with: [ spec requires: #( 'AI-Algorithms-Graph' ) ].
28
+ with: [ spec requires: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' ) ].
29
29
spec
30
30
package: ' AI-Algorithms-Graph-Generators-Tests'
31
31
with: [ spec requires: #( 'AI-Algorithms-Graph-Generators' ) ].
@@ -44,7 +44,8 @@ BaselineOfAIGraphAlgorithms >> defineGroups: spec [
44
44
group: ' Core' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components') ;
45
45
group: ' Tests' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Tests' ) .
46
46
spec
47
- group: ' GraphGenerators' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' ) ;
47
+ group: ' GraphGenerators'
48
+ with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' ) ;
48
49
group: ' GraphGeneratorsTests' with: #( 'AI-Algorithms-Graph-Generators' 'AI-Algorithms-Graph-Generators-Tests' ) .
49
- spec group: ' default' with: #( 'Core' 'Tests' )
50
+ spec group: ' default' with: #( 'Core' 'Tests' )
50
51
]
You can’t perform that action at this time.
0 commit comments