1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/bench/runtime_coreapis/Makefile

14 lines
410 B
Makefile
Raw Normal View History

include ../Makefile.bench_common
2018-06-14 13:25:37 +02:00
# we use thread flags in this benchmark by default, disable on demand
USEMODULE += core_thread_flags
USEMODULE += benchmark
ifeq (llvm,$(TOOLCHAIN))
# the floating point exception bug is more likely to trigger when build
# with LLVM, so we just disable LLVM on native as a work around
TEST_ON_CI_BLACKLIST += native native64
endif
2018-06-14 13:25:37 +02:00
include $(RIOTBASE)/Makefile.include