mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
mdns: added initial suite of api unit tests
* Original commit: espressif/esp-idf@e6801912c5
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
4172219225
commit
181a22ec2b
4
components/mdns/test/component.mk
Normal file
4
components/mdns/test/component.mk
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
Reference in New Issue
Block a user