10 lines
173 B
Makefile
10 lines
173 B
Makefile
all: test-data-structures
|
|
|
|
MODULES += os/services/unit-test
|
|
|
|
MAKE_MAC = MAKE_MAC_NULLMAC
|
|
MAKE_NET = MAKE_NET_NULLNET
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|