mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
19917f18b7
Use pkg_ prefix to have a consistent name with other pkg tests applications
8 lines
158 B
Makefile
8 lines
158 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += libfixmath
|
|
USEMODULE += libfixmath
|
|
USEMODULE += test_utils_interactive_sync
|
|
|
|
include $(RIOTBASE)/Makefile.include
|