]> Git Repo - linux.git/blob - tools/testing/selftests/memory-hotplug/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / tools / testing / selftests / memory-hotplug / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 all:
3
4 include ../lib.mk
5
6 TEST_PROGS := mem-on-off-test.sh
7
8 run_full_test:
9         @/bin/bash ./mem-on-off-test.sh -r 10 && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
10
11 clean:
This page took 0.038107 seconds and 4 git commands to generate.