1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/float/Makefile
2018-04-09 17:50:22 +02:00

16 lines
305 B
Makefile

include ../Makefile.tests_common
DISABLE_MODULE += auto_init
# for native we can go do a couple of more operations in reasonable time...
ifneq (,$(filter native,$(BOARD)))
CFLAGS += -DTEST_ITER=100000000
endif
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py