blob: 08360060ab146433974776b4a4c2fa868b589135 [file] [log] [blame]
Kees Cook317dc342015-11-06 16:30:32 -08001# Makefile for lib/ function selftests
2
3# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
4all:
5
David Decotigny5fd003f2016-02-19 09:24:00 -05006TEST_PROGS := printf.sh bitmap.sh
Kees Cook317dc342015-11-06 16:30:32 -08007
8include ../lib.mk