1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_lorawan/Makefile
2021-08-02 18:29:46 +02:00

12 lines
197 B
Makefile

# name of your application
include ../Makefile.tests_common
CFLAGS += -DOUTPUT=TEXT
# Add unittest framework
USEMODULE += embunit
USEMODULE += gnrc_lorawan
include $(RIOTBASE)/Makefile.include