1
0
mirror of https://github.com/containers/youki synced 2024-09-20 19:02:41 +02:00
youki/Makefile
utam0k 04ecdb4823
Improve the flow of the containerd test with youki
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-11-08 21:00:14 +09:00

31 lines
669 B
Makefile

ROOT = $(shell git rev-parse --show-toplevel)
build:
./scripts/build.sh -o $(ROOT)
release-build:
./scripts/build.sh -o $(ROOT) -r
test-all: test oci-integration-test integration-test
test: build
cd crates && cargo test
oci-integration-test:
./scripts/oci_integration_tests.sh $(ROOT)
integration-test:
./scripts/rust_integration_tests.sh $(ROOT)/youki
validate-rust-tests:
./scripts/rust_integration_tests.sh runc
clean:
./scripts/clean.sh $(ROOT)
containerd-test:
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant up --provision-with bootstrap | true
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant provision --provision-with test