selftests/bpf/test_offload.py: Remove check for program load flags match
[linux-2.6-block.git] / tools / testing / selftests / memory-hotplug / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d89dffa9
AM
2all:
3
5e29a910
ME
4include ../lib.mk
5
072264fe 6TEST_PROGS := mem-on-off-test.sh
ddddda9b
SK
7
8run_full_test:
4ed8b153 9 @/bin/bash ./mem-on-off-test.sh -r 10 && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
d89dffa9
AM
10
11clean: