We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73b09c commit cf6459fCopy full SHA for cf6459f
src/BaselineOfMatplotLibBridge/BaselineOfMatplotLibBridge.class.st
@@ -29,7 +29,7 @@ BaselineOfMatplotLibBridge >> defineDependencies: spec [
29
{ #category : #baseline }
30
BaselineOfMatplotLibBridge >> defineGroups: spec [
31
spec
32
- group: 'default' with: #('MatplotLibBridge' 'MatplotLibBridge-Commands');
+ group: 'default' with: #('MatplotLibBridge' 'MatplotLibBridge-Commands' 'MatplotLibBridge-Tests');
33
group: 'atlas' with: #('default' 'MatplotLibBridge-Atlas')
34
]
35
0 commit comments