1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-19 22:28:36 +02:00
docker-mailserver/docs/content/contributing/tests.md
2021-06-07 14:58:34 +02:00

18 lines
334 B
Markdown

---
title: 'Contributing | Tests'
---
1. Install docker
2. Execute `git submodule update --init --recursive`
3. Install jq
!!! info "MacOS Specific (needed for tests)"
```bash
brew install coreutils
# bash >= 4.0 for associative arrays
brew install bash
```
4. Execute `make clean all`