Feature/add bbmd unit tests (#65)

* Added som BBMD IPv4 and IPv6 unit tests

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2020-04-11 22:58:07 -05:00
committed by GitHub
parent eedfa58a55
commit d7918bb2ea
11 changed files with 715 additions and 296 deletions
+8
View File
@@ -21,6 +21,14 @@ mstpwin32:
mstp:
$(MAKE) BACDL=mstp -C apps all
.PHONY: bip6-win32
bip6-win32:
$(MAKE) BACDL=bip6 BACNET_PORT=win32 -C apps all
.PHONY: bip6
bip6:
$(MAKE) BACDL=bip6 -C apps all
.PHONY: apps
apps:
$(MAKE) -s -C apps all