2023-05-05 10:09:15 +02:00
|
|
|
include ../Makefile.pkg_common
|
2014-07-22 20:24:45 +02:00
|
|
|
|
|
|
|
USEMODULE += libfixmath-unittests
|
|
|
|
|
2024-02-01 13:55:02 +01:00
|
|
|
ifneq (,$(filter native native64,$(BOARD)))
|
2020-01-02 09:52:30 +01:00
|
|
|
LINKFLAGS += -lm
|
2015-07-22 09:49:28 +02:00
|
|
|
endif
|
|
|
|
|
2018-04-30 19:12:16 +02:00
|
|
|
USEMODULE += printf_float
|
2023-01-20 17:42:54 +01:00
|
|
|
USEMODULE += test_utils_main_exit_cb
|
|
|
|
|
|
|
|
CFLAGS += -Wno-error=strict-prototypes
|
|
|
|
CFLAGS += -Wno-error=old-style-definition
|
|
|
|
CFLAGS += -Wno-error=format
|
2018-04-30 19:12:16 +02:00
|
|
|
|
2024-02-01 13:55:02 +01:00
|
|
|
TEST_ON_CI_WHITELIST += native native64
|
2018-04-23 17:07:02 +02:00
|
|
|
|
2014-07-22 20:24:45 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|