Encapsulate unit test Makefile for CI

This commit is contained in:
Steve Karg
2019-10-09 08:11:06 -05:00
parent 0338e9e0f9
commit 8d109a51ba
7 changed files with 373 additions and 364 deletions
+4
View File
@@ -128,3 +128,7 @@ clean:
$(MAKE) -s -C demo/router clean
$(MAKE) -s -C demo/router-ipv6 clean
$(MAKE) -s -C demo/gateway clean
test:
$(MAKE)make -s -C test clean all report
$(MAKE)make -s -C demo/objects clean all report