1
0
mirror of https://github.com/containers/youki synced 2024-09-20 19:02:41 +02:00
youki/Makefile
Yashodhan 502e4a22e3
Merge pull request #1297 from utam0k/Makefile
Improve the flow of the containerd test with youki
2022-11-28 17:05:24 +05:30

34 lines
699 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 features-test
test: build
cd crates && cargo test
features-test: build
./scripts/features_test.sh
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
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant provision --provision-with test