Home
last modified time | relevance | path

Searched refs:VSOCK_INSTALL_PATH (Results 1 – 1 of 1) sorted by relevance

/tools/testing/vsock/
A DMakefile18 VSOCK_INSTALL_PATH ?= macro
21 ifdef VSOCK_INSTALL_PATH
22 mkdir -p $(VSOCK_INSTALL_PATH)
23 install -m 744 vsock_test $(VSOCK_INSTALL_PATH)
24 install -m 744 vsock_perf $(VSOCK_INSTALL_PATH)
25 install -m 744 vsock_diag_test $(VSOCK_INSTALL_PATH)
26 install -m 744 vsock_uring_test $(VSOCK_INSTALL_PATH)
28 $(error Error: set VSOCK_INSTALL_PATH to use install)

Completed in 6 milliseconds