aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile5
1 files changed, 5 insertions, 0 deletions
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}: