You need to sign in or sign up before continuing.
Makefile 220 字节
Newer Older
K
Kees Cook 已提交
1 2 3 4 5
# Makefile for firmware loading selftests

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

6
TEST_PROGS := fw_filesystem.sh fw_userhelper.sh
K
Kees Cook 已提交
7

8
include ../lib.mk
K
Kees Cook 已提交
9 10 11

# Nothing to clean up.
clean: