mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 08:46:49 +07:00
9b8f8e7f33
prime_numbers.sh is not included in TEST_PROGS. Add it. Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
9 lines
189 B
Makefile
9 lines
189 B
Makefile
# Makefile for lib/ function selftests
|
|
|
|
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
|
all:
|
|
|
|
TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh
|
|
|
|
include ../lib.mk
|