mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
Don't ignore the return value of the testsuite
This commit is contained in:
parent
de7a3b6e5a
commit
3878f4a5f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -138,6 +138,6 @@ clean:
|
|||
|
||||
test: libhardened_malloc.so
|
||||
make -C test/
|
||||
-python3 -m unittest discover --start-directory test/
|
||||
python3 -m unittest discover --start-directory test/
|
||||
|
||||
.PHONY: check clean tidy test
|
||||
|
|
Loading…
Add table
Reference in a new issue