Skip to content

Commit

Permalink
added zodiac
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Jan 27, 2012
1 parent 7623726 commit b162119
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/chic-tests.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ HDTestReport runPackages: #(
HDLintReport runPackages: #(
'Chic-Core'
'Chic-Morphic'
).
).
4 changes: 2 additions & 2 deletions scripts/chic.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Brazil"
"Chic"
Gofer new
renggli: 'chic';
package: 'Chic-Core';
package: 'Chic-Tests-Core';
package: 'Chic-Morphic';
package: 'Chic-Tests-Morphic';
load.
load.
6 changes: 6 additions & 0 deletions scripts/container-tests.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HDTestReport runPackages: #(
'Container-Tests-Core'
).
HDLintReport runPackages: #(
'Container-Core'
).
6 changes: 6 additions & 0 deletions scripts/container.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"Container"
Gofer new
renggli: 'container';
package: 'Container-Core';
package: 'Container-Tests-Core';
load.
6 changes: 5 additions & 1 deletion scripts/zinc-tests.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"Run the Zinc Tests"
HDTestReport runPackages: #(
'Zinc-Tests'
'Zodiac-Tests'
).
HDLintReport runPackages: #(
'Zinc-HTTP'
).
'Zodiac-Core'
'Zodiac-Extra'
'Zinc-Zodiac'
).
16 changes: 15 additions & 1 deletion scripts/zinc.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,18 @@ Gofer new
squeaksource: 'ZincHTTPComponents';
package: 'Zinc-HTTP';
package: 'Zinc-Tests';
load.
load.
!
"Load Zodiac"
Gofer new
squeaksource: 'Zodiac';
package: 'Zodiac-Core';
package: 'Zodiac-Tests';
package: 'Zodiac-Extra';
load.
!
"Load Zinc support for Zodiac"
Gofer it
squeaksource: 'ZincHTTPComponents';
package: 'Zinc-Zodiac';
load.

0 comments on commit b162119

Please sign in to comment.