D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-88
/
tools
/
testing
/
selftests
/
memory-hotplug
/
Filename :
Makefile
back
Copy
# SPDX-License-Identifier: GPL-2.0 all: include ../lib.mk TEST_PROGS := mem-on-off-test.sh run_full_test: @/bin/bash ./mem-on-off-test.sh -r 10 && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]" clean: