xref: /linux/tools/testing/selftests/lib/Makefile (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2317dc34aSKees Cook# Makefile for lib/ function selftests
3317dc34aSKees Cook
4317dc34aSKees Cook# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
5317dc34aSKees Cookall:
6317dc34aSKees Cook
70b0600c8STobin C. HardingTEST_PROGS := printf.sh bitmap.sh prime_numbers.sh strscpy.sh
8317dc34aSKees Cook
9317dc34aSKees Cookinclude ../lib.mk
10