]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf55e1f9433fba79f3e7fce3a18903b14681e3eb2
tree81bc73920a0b7a6fb3bf2d0dc79c08a2b312a62e
parentd7515204110d740870c15b67bd7a858d99e6c980
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