Skip to content
Snippets Groups Projects
Unverified Commit 4dd6eb3e authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

tests/libc_newlib: only execute compile-test in docker

Without the protection, the host system also tries to execute the tests.
parent aea71dc3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,10 @@ include $(RIOTBASE)/Makefile.include
# Compile time tests
.PHONY: compile-test test-newlib-nano
# The tests should only be executed in build environment
ifneq ($(BUILD_IN_DOCKER),1)
all: compile-test
endif
ifneq (,$(filter newlib,$(USEMODULE)))
COMPILE_TESTS += test-newlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment