Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 4614970

Browse files
committed
[FAB-3027] Added all target to Makefile
Change-Id: I8cd07aa589e68918dc5591a79e3e974846709e51 Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
1 parent 818aac3 commit 4614970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
# images were created using the make docker command in the respective directories
2323
#
2424
# Supported Targets:
25+
# all : runs unit and integration tests
2526
# unit-test: runs all the unit tests
2627
# integration-test: runs all the integration tests
2728

29+
all: unit-test integration-test
30+
2831
unit-test:
2932
sh scripts/unit.sh
3033

0 commit comments

Comments
 (0)