selftests/powerpc: Test the THP bug we fixed in the previous commit
[deliverable/linux.git] / tools / testing / selftests / powerpc / mm / Makefile
1 noarg:
2 $(MAKE) -C ../
3
4 PROGS := hugetlb_vs_thp_test
5
6 all: $(PROGS)
7
8 $(PROGS): ../harness.c
9
10 run_tests: all
11 @-for PROG in $(PROGS); do \
12 ./$$PROG; \
13 done;
14
15 clean:
16 rm -f $(PROGS)
17
18 .PHONY: all run_tests clean
This page took 0.040868 seconds and 5 git commands to generate.