Test project to works on baseline building.
[](./LICENSE)
<badges for separated tests scripts>
[](https://github.com/OpenSmock/TestProjectForBaseline/actions/workflows/Pharo11CI.yml)
# Test Project For Baseline
## Getting Started
### Installation
To install the project on your Pharo image you can just execute the following script:
```smalltalk
[
Metacello new
baseline: 'TestProjectForBaseline';
repository: 'github://OpenSmock/TestProjectForBaseline:main/src';
onConflict:[ :ex :loaded :incoming | ex useLoaded ];
onUpgrade: [ :ex :loaded :incoming | ex useLoaded ];
ignoreImage;
load.
] on: MCMergeOrLoadWarning do: [ :warning | warning load ].
```
## Dependencies
- [DependencyTestProjectForBaseline](https://github.com/OpenSmock/DependencyTestProjectForBaseline)
- Bloc
- Toplo
- OnBloc
- Album
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.