Kees Cook | 0a8adf5 | 2014-07-14 14:38:12 -0700 | [diff] [blame] | 1 | # Makefile for firmware loading selftests |
2 | |||||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | ||||
4 | all: | ||||
5 | |||||
Luis R. Rodriguez | b3cf21f | 2018-03-10 06:14:54 -0800 | [diff] [blame] | 6 | TEST_PROGS := fw_run_tests.sh |
Kees Cook | 0a8adf5 | 2014-07-14 14:38:12 -0700 | [diff] [blame] | 7 | |
Michael Ellerman | 5e29a91 | 2015-03-11 15:05:59 +1100 | [diff] [blame] | 8 | include ../lib.mk |
Kees Cook | 0a8adf5 | 2014-07-14 14:38:12 -0700 | [diff] [blame] | 9 | |
10 | # Nothing to clean up. | ||||
11 | clean: |