From: Jakub Kicinski Date: Sat, 30 Apr 2022 00:51:37 +0000 (-0700) Subject: Merge branch 'selftests-net-add-missing-tests-to-makefile' X-Git-Tag: v5.18-rc6~26^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e4e6904bb773a4ac5f082f76eb1a12c7a051970;p=thirdparty%2Flinux.git 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 --- 1e4e6904bb773a4ac5f082f76eb1a12c7a051970