Re: [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES

From: Daniel Borkmann
Date: Mon Nov 11 2019 - 08:01:15 EST


On 11/11/19 1:45 PM, Simon Horman wrote:
On Sun, Nov 10, 2019 at 10:26:16AM +0100, Anders Roxell wrote:
When installing kselftests to its own directory and running the
test_tc_edt.sh it will complain that test_tc_edt.o can't be find.

$ ./test_tc_edt.sh
Error opening object test_tc_edt.o: No such file or directory
Object hashing failed!
Cannot initialize ELF context!
Unable to load program

Rework to add test_tc_edt.o to TEST_FILES so the object file gets
installed when installing kselftest.

Fixes: 74b5a5968fe8 ("selftests/bpf: Replace test_progs and test_maps w/ general rule")
Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>
Acked-by: Song Liu <songliubraving@xxxxxx>

It seems to me that the two patches that comprise this series
should be combined as they seem to be fixing two halves of the same
problem.

Yep, agree, please respin as single patch.

Thanks,
Daniel