Make targets¶
These commands are mostly for repository validation and maintenance, not for the first product-level understanding of the addon catalog.
Repository-level commands:
Detailed test targets live under tests/:
make -C tests validate-layout
make -C tests test-static ADDON=<name>
make -C tests test-contract ADDON=<name>
make -C tests test-live ADDON=<name> KUBECONFIG=~/.kube/config
make test-all is the local non-live entrypoint and runs:
validate-layouttest-statictest-contract
For coordinated work with an unreleased Core checkout: