xref: /linux/tools/testing/selftests/lib/Makefile (revision 0b0600c8c97abe070724140802f3b8c8aee93170)
1317dc34aSKees Cook# Makefile for lib/ function selftests
2317dc34aSKees Cook
3317dc34aSKees Cook# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
4317dc34aSKees Cookall:
5317dc34aSKees Cook
6*0b0600c8STobin C. HardingTEST_PROGS := printf.sh bitmap.sh prime_numbers.sh strscpy.sh
7317dc34aSKees Cook
8317dc34aSKees Cookinclude ../lib.mk
9