Skip to content

Commit da1fe7c

Browse files
committed
WIP: Makefile updates to run e2e tests
Signed-off-by: Victoria Dye <[email protected]>
1 parent 1973680 commit da1fe7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ doc:
3434
@scripts/make-docs.sh --docs="$(CURDIR)/docs/man" \
3535
--output="$(DOCDIR)"
3636

37+
# Testing targets
38+
.PHONY: e2e-test
39+
e2e-test: build
40+
@echo
41+
@scripts/ci/install-dependencies.sh
42+
3743
# Installation targets
3844
.PHONY: install
3945
install: build doc

0 commit comments

Comments
 (0)