diff options
author | 2023-05-10 17:38:24 +0200 | |
---|---|---|
committer | 2023-05-10 17:38:24 +0200 | |
commit | cc751bec152236f2d1a1306cd144a1fe252f5565 (patch) | |
tree | 7e4813914f71a9df12d7f756d05a7d54b43f3bb2 /test | |
parent | 416291f2c076dd95928908071196d86e5f9f9b4d (diff) | |
download | utils-cc751bec152236f2d1a1306cd144a1fe252f5565.tar.gz utils-cc751bec152236f2d1a1306cd144a1fe252f5565.zip |
Add echoes in tests
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 5 |
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}: |