mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 09:51:29 +00:00
makefile: add more build targets
To make it easy to build and test. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
4fdb4cffd5
commit
f53901ad43
17
Makefile
17
Makefile
@ -3,5 +3,18 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
test:
|
default: runtime agent
|
||||||
bash ci/go-test.sh
|
|
||||||
|
runtime:
|
||||||
|
make -C src/runtime
|
||||||
|
|
||||||
|
agent:
|
||||||
|
make -C src/agent
|
||||||
|
|
||||||
|
test-runtime:
|
||||||
|
make -C src/runtime test
|
||||||
|
|
||||||
|
test-agent:
|
||||||
|
make -C src/agent check
|
||||||
|
|
||||||
|
test: test-runtime test-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user