Skip to content
Makefile 272 B
Newer Older
TEST_PROGS := hugetlb_vs_thp_test subpage_prot
$(TEST_PROGS): ../harness.c
tempfile:
	dd if=/dev/zero of=tempfile bs=64k count=1

	rm -f $(TEST_PROGS) tempfile