From 3878f4a5f4105c44e3bf5349cff636b5ba1e0697 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 1 Jan 2022 17:25:25 +0100 Subject: [PATCH] Don't ignore the return value of the testsuite --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 259b1f9..043ae1b 100644 --- a/Makefile +++ b/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