1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

tests/shell: enable the test on native

Now that #19002 has been merged, the test is also working on `native`.
This commit is contained in:
Benjamin Valentin 2025-04-14 18:54:06 +02:00
parent d81844bab5
commit f404519ce3

View File

@ -14,9 +14,6 @@ APP_SHELL_FMT ?= NONE
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
# requires #19005
TEST_ON_CI_BLACKLIST += native32 native64
include $(RIOTBASE)/Makefile.include
CFLAGS += '-DTHREAD_STACKSIZE_MAIN=(THREAD_STACKSIZE_SMALL+THREAD_EXTRA_STACKSIZE_PRINTF)'