Makefile 298 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
K
Kees Cook 已提交
2 3 4 5 6
# Makefile for firmware loading selftests

# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:

7
TEST_PROGS := fw_run_tests.sh
8
TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_lib.sh
K
Kees Cook 已提交
9

10
include ../lib.mk
K
Kees Cook 已提交
11 12 13

# Nothing to clean up.
clean: