]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Install btf_dump test cases
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Wed, 13 Jan 2021 16:33:20 +0000 (17:33 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 14 Jan 2021 03:05:40 +0000 (19:05 -0800)
commitab3895fe5a6b736e32f105caba644120b60b771d
treeed107382774ad35c827924ba9d27541c8060b624
parent91dbd8861c97aca14f9f5561d7cf0ce03d8c3b57
selftests/bpf: Install btf_dump test cases

The btf_dump test cannot access the original source files for comparison
when running the selftests out of tree, causing several failures:

awk: btf_dump_test_case_syntax.c: No such file or directory
...

Add those files to $(TEST_FILES) to have "make install" pick them up.

Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210113163319.1516382-6-jean-philippe@linaro.org
tools/testing/selftests/bpf/Makefile