1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

Merge pull request #11686 from cladmi/pr/tests/lua_loader/enable_in_ci

tests/lua_loader: run the test in CI
This commit is contained in:
Juan I Carrano 2019-07-26 12:14:10 +02:00 committed by GitHub
commit 7d3817e8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,8 @@ ifneq ($(BOARD),native)
CFLAGS += -DTHREAD_STACKSIZE_MAIN='(THREAD_STACKSIZE_DEFAULT+2048)'
endif
TEST_ON_CI_WHITELIST += all
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
TEST_ON_CI_BLACKLIST += native
include $(RIOTBASE)/Makefile.include