selftests/powerpc: Install tempfile so the subpage_prot_file test works
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 Aug 2015 06:35:48 +0000 (16:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 Aug 2015 08:28:49 +0000 (18:28 +1000)
We forgot to install the tempfile, so when the selftests are installed
and then run the subpage_prot_file test fails.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/mm/Makefile

index 41cc3ed..ee179e2 100644 (file)
@@ -2,8 +2,9 @@ noarg:
        $(MAKE) -C ../
 
 TEST_PROGS := hugetlb_vs_thp_test subpage_prot
+TEST_FILES := tempfile
 
-all: $(TEST_PROGS) tempfile
+all: $(TEST_PROGS) $(TEST_FILES)
 
 $(TEST_PROGS): ../harness.c