]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests-net-add-missing-tests-to-makefile'
authorJakub Kicinski <kuba@kernel.org>
Sat, 30 Apr 2022 00:51:37 +0000 (17:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Apr 2022 00:51:38 +0000 (17:51 -0700)
commit1e4e6904bb773a4ac5f082f76eb1a12c7a051970
tree2bb34c7a00b9147b71581f21d0af6d307c1035da
parent4f159a7c4d1be4d160270ea2800d44d9ebe157e1
parentf62c5acc800eebfe25bf6738b2cc8aa5d6aa7598
Merge branch 'selftests-net-add-missing-tests-to-makefile'

Hangbin Liu says:

====================
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. The missing tests are generated
by command:
$ for f in $(ls *.sh); do grep -q $f Makefile || echo $f; done
====================

Link: https://lore.kernel.org/r/20220428044511.227416-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>