Skip to content

Commit

Permalink
[FAB-3027] Added all target to Makefile
Browse files Browse the repository at this point in the history
Change-Id: I8cd07aa589e68918dc5591a79e3e974846709e51
Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
  • Loading branch information
d1vyank committed Apr 6, 2017
1 parent 818aac3 commit 4614970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -22,9 +22,12 @@
# images were created using the make docker command in the respective directories
#
# Supported Targets:
# all : runs unit and integration tests
# unit-test: runs all the unit tests
# integration-test: runs all the integration tests

all: unit-test integration-test

unit-test:
sh scripts/unit.sh

Expand Down

0 comments on commit 4614970

Please sign in to comment.