Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing dependency to check in Makefile
The main makefile check target does not depend on tests. When running make with the -j option it could happen that the tests are build twice and concurrently, which causes errors.
- Loading branch information