mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 03:25:47 +01:00
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.
This commit is contained in:
parent
f9113194af
commit
c49b808ae4
2
Makefile
2
Makefile
@ -77,7 +77,7 @@ ifndef WINDOWS
|
|||||||
find . \( -name \*.gcno -o -name \*.gcda -o -name \*.info \) -exec rm {} +
|
find . \( -name \*.gcno -o -name \*.gcda -o -name \*.info \) -exec rm {} +
|
||||||
endif
|
endif
|
||||||
|
|
||||||
check: lib
|
check: lib tests
|
||||||
$(MAKE) -C tests check
|
$(MAKE) -C tests check
|
||||||
|
|
||||||
test: check
|
test: check
|
||||||
|
Loading…
Reference in New Issue
Block a user