From e47caa80358a32f45cf1eac3294f2a3e4cb09f94 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 20 Apr 2024 10:46:16 +0100 Subject: [PATCH] `test` target: Added final non-ignored exec (base) when running test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for memfd_secret-shim's current commit: Future blessing − 末吉 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7d4e02b..a6a3f7a 100644 --- a/Makefile +++ b/Makefile @@ -248,6 +248,7 @@ all: | clean test: $(PROJECT)-test -strace ./$< -valgrind ./$< + ./$(PROJECT)-test # Targets