
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>
6 lines
123 B
Makefile
6 lines
123 B
Makefile
TEST_GEN_PROGS := copy_first_unaligned alignment_handler
|
|
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c ../utils.c
|