]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/net/forwarding: add missing tests to Makefile
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 28 Apr 2022 04:45:11 +0000 (12:45 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Apr 2022 00:51:35 +0000 (17:51 -0700)
commitf4011e5703214f4295f5f0ab34002afc052175db
tree2bb34c7a00b9147b71581f21d0af6d307c1035da
parentd468e191a42479840576d55683d3332edb8f57ba
selftests/net/forwarding: add missing tests to Makefile

When generating the selftests to another folder, the fixed tests are
missing as they are not in Makefile, e.g.

  make -C tools/testing/selftests/ install \
   TARGETS="net/forwarding" INSTALL_PATH=/tmp/kselftests

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/Makefile