Skip to content

Commit

Permalink
Merge pull request #739 from Ducasse/addingBlogPackagesToBaseline
Browse files Browse the repository at this point in the history
Adding Microdown-Blog to the baseline to make sure that it tests
  • Loading branch information
Ducasse authored May 14, 2024
2 parents 058838c + d090e26 commit d82daf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/BaselineOfMicrodown/BaselineOfMicrodown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ BaselineOfMicrodown >> baseline: spec [
with: [ spec requires: #( #Microdown ) ];
package: #'Microdown-ReferenceChecker' with: [
spec requires: #( #'Microdown' ) ];

package: #'Microdown-Blog' with: [
spec requires: #( #'Microdown' ) ];
package: #'Microdown-Blog-Tests' with: [
spec requires: #( #'Microdown-Blog' ) ];

package: #'Microdown-PrettyPrinter-Tests' with: [
spec requires: #( #'Microdown-PrettyPrinter'
#'Microdown-Tests' ) ].
Expand Down

0 comments on commit d82daf9

Please sign in to comment.