Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tcpnotify_user.c81 char test_script[80]; in main() local
124 sprintf(test_script, in main()
127 if (system(test_script)) { in main()
128 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
132 sprintf(test_script, in main()
135 if (system(test_script)) in main()
136 printf("execute command: %s, err %d\n", test_script, -errno); in main()
138 sprintf(test_script, in main()
141 if (system(test_script)) { in main()
142 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
DMakefile7 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \
11 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-fail $$i > $$i.out 2>&1 ; \