Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Adds "test-all" to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
croseborough committed Nov 18, 2016
1 parent 46c56b2 commit 1982df5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ test-medium:
bash -c "./scripts/test.sh medium"
test-large:
bash -c "./scripts/test.sh large"
test-all:
$(MAKE) test-legacy
$(MAKE) test-medium
$(MAKE) test-small
$(MAKE) test-large
# NOTE:
# By default compiles will use all cpu cores, use BUILD_JOBS to control number
# of parallel builds: `BUILD_JOBS=2 make plugins`
Expand Down

0 comments on commit 1982df5

Please sign in to comment.