Add a hint to run make clean all

If developers only run make when there is a test failure the clean may not run, so 'make clean all' should be the safe mode to run the tests.
This commit is contained in:
Andreas Perhab 2019-10-18 14:42:00 +02:00 committed by GitHub
parent 3d27cad6f2
commit 59251a5e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The development workflow is the following:
- Run `git submodule init` and `git submodule update` to get the BATS submodules
- Code :-)
- Add integration tests in `test/tests.bats`
- Use `make` to build image locally and run tests
- Use `make clean all` to build image locally and run tests
Note that tests work on Linux only; they hang on Mac and Windows.
- Document your improvements in `README.md` or Wiki depending on content
- [Commit](https://help.github.com/articles/closing-issues-via-commit-messages/), push and make a pull-request