Re: [PATCH net 0/2] selftests: net: add missing tests to Makefile
From: Hangbin Liu <hidden>
Date: 2022-05-04 03:00:42
From: Hangbin Liu <hidden>
Date: 2022-05-04 03:00:42
On Fri, Apr 29, 2022 at 05:56:04PM -0700, Jakub Kicinski wrote:
On Thu, 28 Apr 2022 12:45:09 +0800 Hangbin Liu wrote:quoted
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 I think there need a way to notify the developer when they created a new file in selftests folder. Maybe a bot like bluez.test.bot or kernel test robot could help do that?Our netdev patch checks are here: https://github.com/kuba-moo/nipa/tree/master/tests/patch in case you're willing to code it up and post a PR.
Thanks, I will check this and post MR when have time. Hangbin