From cc751bec152236f2d1a1306cd144a1fe252f5565 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 17:38:24 +0200 Subject: Add echoes in tests --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Makefile b/test/Makefile index bea0817..5d39d02 100644 --- a/test/Makefile +++ b/test/Makefile @@ -32,6 +32,11 @@ LFLAGS = -l${LIBNAME} -L../ -Wl,-rpath=../ NAME = test1 all: ${SHARED} ${NAME} + @echo + @echo '+-----------------+' + @echo '| Executing tests |' + @echo '+-----------------+' + @echo ./${NAME} ${SHARED}: -- cgit v1.2.3