1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/float/Makefile
2017-10-25 12:57:10 +02:00

15 lines
296 B
Makefile

APPLICATION = float
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
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py