linux_dsm_epyc7002/tools/testing/selftests/powerpc/alignment/Makefile
Michael Ellerman dbc3f77c2f selftests/powerpc: Consolidate copy/paste test logic
This logic was shared between multiple tests, but now that we have
removed all but one of them we can just move it into that test.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-07-20 12:50:52 +10:00

6 lines
123 B
Makefile

TEST_GEN_PROGS := copy_first_unaligned alignment_handler
include ../../lib.mk
$(TEST_GEN_PROGS): ../harness.c ../utils.c