diff --git a/tests/Makefile b/tests/Makefile index 6c2a838d878c6e7498fa8909e987439c5cb6615e..2dc88010f0d2f17e3a1ae3d107282571123b84af 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -28,7 +28,7 @@ clean: run: $(BINS) for bin in $(BINS); \ - do + do \ echo "# $${bin} #"; \ "./$${bin}" test args; \ done