Skip to content
Makefile 303 B
Newer Older
TEST_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
$(TEST_PROGS): ../harness.c
prot_sao: ../utils.c

tempfile:
	dd if=/dev/zero of=tempfile bs=64k count=1

	rm -f $(TEST_PROGS) tempfile