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