Don't ignore the return value of the testsuite

This commit is contained in:
jvoisin 2022-01-01 17:25:25 +01:00 committed by Daniel Micay
parent de7a3b6e5a
commit 3878f4a5f4

View File

@ -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