Skip to content

Commit

Permalink
#253 add Topez-Common-Tests package to 'Minimal Tests' group for clie…
Browse files Browse the repository at this point in the history
…nt... this will be interesting
  • Loading branch information
dalehenrich committed Apr 16, 2016
1 parent 93d6765 commit 8154124
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
Expand Up @@ -92,23 +92,27 @@ baseline: spec
package: 'Topez-Pharo-Common' with: [ spec includes: 'Tode-Pharo14' ];
package: 'Tode-Pharo14' with: [ spec requires: 'Topez-Pharo-Common' ];
yourself ].
spec for: #'pharo5.x'
do: [
spec
spec
for: #'pharo5.x'
do: [
spec
baseline: 'GemStoneGCI'
with: [
spec
loads: #( 'Core' );
repository: 'github://GsDevKit/GemStone-GCI:master/repository' ];
with: [
spec
loads: #('Core');
repository: 'github://GsDevKit/GemStone-GCI:master/repository' ];
yourself.
spec
package: 'Tode-Minimal-Client-Core' with: [ spec requires: #( 'Topez-Common-Core' 'GemStoneGCI' )];
package: 'Tode-Minimal-Client-Tests' with: [ spec requires: 'Tode-Minimal-Client-Core' ];
package: 'Tode-Minimal-Client-Core'
with: [ spec requires: #('Topez-Common-Core' 'GemStoneGCI') ];
package: 'Tode-Minimal-Client-Tests'
with: [ spec requires: 'Tode-Minimal-Client-Core' ];
yourself.
spec
group: 'Minimal Client' with: #( 'Tode-Minimal-Client-Core' );
group: 'Minimal Tests' with: #( 'Tode-Minimal-Client-Tests' );
yourself ].
spec
group: 'Minimal Client' with: #('Tode-Minimal-Client-Core');
group: 'Minimal Tests'
with: #('Topez-Common-Tests' 'Tode-Minimal-Client-Tests');
yourself ].
spec
for: #'gemstone'
do: [
Expand Down
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"baseline:" : "dkh 4/16/2016 12:47",
"baseline:" : "dkh 04/16/2016 14:17",
"initializeTools" : "dkh 06/06/2013 11:59",
"pharo30InstallFullTodeClient" : "dkh 12/01/2015 11:54",
"pharo30InstallTodeClient" : "dkh 10/10/2015 16:36" } }
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfTode!
SystemOrganization addCategory: #'BaselineOfTode'!

0 comments on commit 8154124

Please sign in to comment.