Home
last modified time | relevance | path

Searched refs:test_progs (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/ci/vmtest/
H A Drun_selftests.sh19 test_progs() { function
21 foldable start test_progs "Testing test_progs"
25 ./test_progs ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
26 echo "test_progs:$?" >> "${STATUS_FILE}"
27 foldable end test_progs
32 foldable start test_progs-no_alu32 "Testing test_progs-no_alu32"
33 ./test_progs-no_alu32 ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
34 echo "test_progs
[all...]

Completed in 1 milliseconds