selftests/net: add missing tests to Makefile
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 28 Apr 2022 04:45:10 +0000 (12:45 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Apr 2022 00:51:35 +0000 (17:51 -0700)
commit38dcd9570d6fced1dcfee226d5b29722b070ce90
tree81bc73920a0b7a6fb3bf2d0dc79c08a2b312a62e
parent4f159a7c4d1be4d160270ea2800d44d9ebe157e1
selftests/net: 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" INSTALL_PATH=/tmp/kselftests

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