Searched refs:test_progs (Results 1 – 8 of 8) sorted by relevance
19 test_progs() { function21 travis_fold start test_progs "Testing test_progs"25 ./test_progs ${BLACKLIST:+-d$BLACKLIST} ${WHITELIST:+-a$WHITELIST} && true27 travis_fold end test_progs30 travis_fold start test_progs-no_alu32 "Testing test_progs-no_alu32"31 ./test_progs-no_alu32 ${BLACKLIST:+-d$BLACKLIST} ${WHITELIST:+-a$WHITELIST} && true33 travis_fold end test_progs-no_alu3258 test_progs
28 TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \33 test_cgroup_attach test_progs-no_alu3237 TEST_GEN_PROGS += test_progs-bpf_gcc274 TRUNNER_EXTRA_SOURCES := test_progs.c cgroup_helpers.c trace_helpers.c \281 $(eval $(call DEFINE_TEST_RUNNER,test_progs))286 $(eval $(call DEFINE_TEST_RUNNER,test_progs,no_alu32))293 $(eval $(call DEFINE_TEST_RUNNER,test_progs,bpf_gcc))
32 ./test_progs -t fentry33 ./test_progs -t fexit
10 /test_progs*
1 test_progs = [ variable243 test_progs += [252 test_progs += [261 foreach prog : test_progs
87 pids test_progs(223)100 "comm": "test_progs"
23 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
1 Test Programs {#test_progs}