projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0445d
)
selftests: remove reference to prime_numbers.sh
author
Tamir Duberstein
<tamird@gmail.com>
Mon, 17 Feb 2025 13:30:44 +0000
(08:30 -0500)
committer
Kees Cook
<kees@kernel.org>
Sat, 22 Feb 2025 14:44:45 +0000
(06:44 -0800)
Remove a leftover shell script reference from commit
313b38a6ecb4
("lib/prime_numbers: convert self-test to KUnit").
Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/
202502171110
.
708d965a
-lkp@intel.com
Fixes:
313b38a6ecb4
("lib/prime_numbers: convert self-test to KUnit")
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Link:
https://lore.kernel.org/r/20250217-fix-prime-numbers-v1-1-eb0ca7235e60@gmail.com
Signed-off-by: Kees Cook <kees@kernel.org>
tools/testing/selftests/lib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/selftests/lib/Makefile
b/tools/testing/selftests/lib/Makefile
index c52fe3ad8e986d84a2cb3fe49230c3dfd41b9334..66dcbe2e39faaf1236799ec0a840bfa163a4e5f3 100644
(file)
--- a/
tools/testing/selftests/lib/Makefile
+++ b/
tools/testing/selftests/lib/Makefile
@@
-4,5
+4,5
@@
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:
-TEST_PROGS := printf.sh bitmap.sh
prime_numbers.sh
scanf.sh
+TEST_PROGS := printf.sh bitmap.sh scanf.sh
include ../lib.mk