Reproducible Docker-based test environment

This commit is contained in:
Petr Baudis 2025-04-23 16:18:13 +02:00
parent e252390985
commit 8983ae13bf
3 changed files with 97 additions and 0 deletions

View file

@ -77,6 +77,13 @@ Software Setup
TODO: Mention the actual commands to execute.
Running tests
-------------
Docker can be used to easily run tests in a reproducible environment:
docker build -t brmbar3 . && docker run --rm brmbar3 test
Troubleshooting
---------------