selftests/powerpc: Add a test of wild bctr
[linux-2.6-block.git] / tools / testing / selftests / powerpc / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d34b661b
ME
2noarg:
3 $(MAKE) -C ../
4
b7683fc6 5TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr
88baa78d 6TEST_GEN_FILES := tempfile
d34b661b 7
7e0cf1c9 8top_srcdir = ../../../../..
88baa78d 9include ../../lib.mk
d34b661b 10
88baa78d 11$(TEST_GEN_PROGS): ../harness.c
d34b661b 12
a8ba798b 13$(OUTPUT)/prot_sao: ../utils.c
24af8c5a 14
b7683fc6
ME
15$(OUTPUT)/wild_bctr: CFLAGS += -m64
16
a8ba798b 17$(OUTPUT)/tempfile:
18 dd if=/dev/zero of=$@ bs=64k count=1
3776c209 19