blob: 9bf82234855b8f5b0a831ecc97385a5dc5ef4728 [file] [log] [blame]
Kees Cook0a8adf52014-07-14 14:38:12 -07001# Makefile for firmware loading selftests
2
3# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
4all:
5
Michael Ellerman5e29a912015-03-11 15:05:59 +11006TEST_PROGS := fw_filesystem.sh fw_userhelper.sh
Kees Cook0a8adf52014-07-14 14:38:12 -07007
Michael Ellerman5e29a912015-03-11 15:05:59 +11008include ../lib.mk
Kees Cook0a8adf52014-07-14 14:38:12 -07009
10# Nothing to clean up.
11clean: