10 lines
141 B
Makefile
10 lines
141 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += libfixmath
|
|
USEMODULE += libfixmath
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
test:
|
|
tests/01-run.py
|