Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Makefile: add cc-containerd target
Browse files Browse the repository at this point in the history
Added a new makefile target to run the confidential containers
tests for containerd.

Fixes #4509
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Feb 28, 2022
1 parent f0d3c9b commit 5e4180b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ shimv2:
cri-containerd:
bash integration/containerd/cri/integration-tests.sh

# Run the Confidential Containers tests for containerd.
cc-containerd:
bash integration/containerd/confidential/run_tests.sh

log-parser:
make -C cmd/log-parser

Expand Down

0 comments on commit 5e4180b

Please sign in to comment.