selftests: fix dependency checker script
authorRicardo B. Marliere <rbmarliere@gmail.com>
Tue, 22 Aug 2023 21:09:40 +0000 (18:09 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 8 Sep 2023 16:06:49 +0000 (10:06 -0600)
commit5f9dd2e896a91bfca90f8463eb6808c03d535d8a
tree5512e316e19c39efb2813c537bd1d4256d6370a6
parent9616cb34b08ec86642b162eae75c5a7ca8debe3c
selftests: fix dependency checker script

This patch fixes inconsistencies in the parsing rules of the levels 1
and 2 of the kselftest_deps.sh.  It was added the levels 4 and 5 to
account for a few edge cases that are present in some tests, also some
minor identation styling have been fixed (s/    /\t/g).

Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/kselftest_deps.sh