| .. | |||||
| bpf | |||||
| breakpoints | |||||
| capabilities | |||||
| cpu-hotplug | |||||
| efivarfs | |||||
| ipc | |||||
| kcmp | |||||
| livepatch | |||||
| memory-hotplug | |||||
| mqueue | |||||
| net | |||||
| powerpc | |||||
| ptrace | |||||
| vm | |||||
| x86 | |||||
| Makefile |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/3.10.0-1160.119.1.el7.x86_64/source/tools/testing/selftests/ |
Upload File : |
TARGETS = breakpoints TARGETS += cpu-hotplug TARGETS += efivarfs TARGETS += kcmp TARGETS += livepatch TARGETS += memory-hotplug TARGETS += mqueue TARGETS += net TARGETS += ptrace TARGETS += vm TARGETS += x86 TARGETS += powerpc all: for TARGET in $(TARGETS); do \ make -C $$TARGET; \ done; run_tests: all for TARGET in $(TARGETS); do \ make -C $$TARGET run_tests; \ done; clean: for TARGET in $(TARGETS); do \ make -C $$TARGET clean; \ done;
| .. | |||||
| bpf | |||||
| breakpoints | |||||
| capabilities | |||||
| cpu-hotplug | |||||
| efivarfs | |||||
| ipc | |||||
| kcmp | |||||
| livepatch | |||||
| memory-hotplug | |||||
| mqueue | |||||
| net | |||||
| powerpc | |||||
| ptrace | |||||
| vm | |||||
| x86 | |||||
| Makefile |