aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/lib/Makefile
blob: 08360060ab146433974776b4a4c2fa868b589135 (plain) (blame)
1
2
3
4
5
6
7
8
# 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

include ../lib.mk