commit | c49b808ae490f03d665df5faae457f613aa31aaf | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Wed Aug 31 16:10:45 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Sep 16 15:08:34 2016 +0100 |
tree | 29735dfefa9aead9f9830053c2bb53235ec2433d | |
parent | f9113194aff4a08b6b7a73541993e05b520cd7f6 [diff] [blame] |
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.
diff --git a/Makefile b/Makefile index d2fa6b8..d475868 100644 --- a/Makefile +++ b/Makefile
@@ -77,7 +77,7 @@ find . \( -name \*.gcno -o -name \*.gcda -o -name \*.info \) -exec rm {} + endif -check: lib +check: lib tests $(MAKE) -C tests check test: check