docker-mailserver/docs/content/contributing/tests.md

18 lines
334 B
Markdown
Raw Normal View History

2021-03-02 19:40:43 +01:00
---
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`