Skip to content

Commit 667e697

Browse files
author
Bob Strahan
committed
Add test and all targets to root Makefile
1 parent 9433863 commit 667e697

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ GREEN := \033[0;32m
66
YELLOW := \033[1;33m
77
NC := \033[0m # No Color
88

9+
# Default target - run both lint and test
10+
all: lint test
11+
12+
# Run tests in idp_common_pkg directory
13+
test:
14+
$(MAKE) -C lib/idp_common_pkg test
15+
916
# Run both linting and formatting in one command
1017
lint: ruff-lint format
1118

0 commit comments

Comments
 (0)