Skip to content

Commit

Permalink
Makefile uses bash for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteijo committed Oct 14, 2023
1 parent 7dace77 commit 3bd1182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ metrics.py:

.PHONY: run
run: $(testprogs)
$(foreach test,$(testprogs), $(shell ./$(test) ))
# End of tests
for t in $(testprogs); do ./$$t; done

.PHONY: clean
clean:
Expand Down

0 comments on commit 3bd1182

Please sign in to comment.