diff --git a/test/Makefile b/test/Makefile index 50a9d26..341bd08 100644 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,7 @@ all: dirs_test $(OBJ) @echo @echo "---------- STARTING TESTS ----------" @echo - $(foreach test,$(OBJ),@./$(test)) + @$(foreach test,$(OBJ),./$(test);) @echo @echo "---------- FINISHED TESTS ----------" @echo