mdns: added initial suite of api unit tests

* Original commit: espressif/esp-idf@e6801912c5
This commit is contained in:
David Cermak
2019-05-27 16:06:48 +02:00
committed by suren-gabrielyan-espressif
parent 4172219225
commit 181a22ec2b
3 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#
#Component Makefile
#
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive