From f78258eb72182124ad5ed1a9ec97ad45637c35f8 Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Fri, 4 May 2018 11:37:00 -0500 Subject: [PATCH] Support 'tests' make target - 'make tests' will run local unit testing Change-Id: Iec7a5e76ef56a5c097ead91b0da292202d9cc715 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e7889d6f..885c9643 100644 --- a/Makefile +++ b/Makefile @@ -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: