fix test running by adding semicolon in foreach
This commit is contained in:
parent
c9c7a4f408
commit
5443eeb7b9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ all: dirs_test $(OBJ)
|
||||||
@echo
|
@echo
|
||||||
@echo "---------- STARTING TESTS ----------"
|
@echo "---------- STARTING TESTS ----------"
|
||||||
@echo
|
@echo
|
||||||
$(foreach test,$(OBJ),@./$(test))
|
@$(foreach test,$(OBJ),./$(test);)
|
||||||
@echo
|
@echo
|
||||||
@echo "---------- FINISHED TESTS ----------"
|
@echo "---------- FINISHED TESTS ----------"
|
||||||
@echo
|
@echo
|
||||||
|
|
Loading…
Reference in a new issue