Skip to content

Commit

Permalink
add forwarding for make test
Browse files Browse the repository at this point in the history
  • Loading branch information
patmarion committed Jan 21, 2016
1 parent 7397749 commit be7c811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -23,5 +23,8 @@ superbuild:
@cd build && cmake ../distro/superbuild
$(MAKE) -C build

test:
@for pod in distro/pods/*/pod-build; do $(MAKE) -C $$pod test; done

clean:
@for pod in `ls distro/pods`; do $(MAKE) -C distro/pods/$$pod clean; done

0 comments on commit be7c811

Please sign in to comment.