Support 'tests' make target

- 'make tests' will run local unit testing

Change-Id: Iec7a5e76ef56a5c097ead91b0da292202d9cc715
This commit is contained in:
Scott Hussey 2018-05-04 11:37:00 -05:00
parent f4e0164466
commit f78258eb72
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ run_images: run_pegleg
run_pegleg: build_pegleg
tools/pegleg.sh --help
.PHONY: tests
tests: run_tests
# Run all unit tests under src/bin/pegleg
.PHONY: run_tests
run_tests: