Skip to content

Commit

Permalink
tests/sys/congure_quic: use native terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 22, 2023
1 parent d1462b9 commit a4842ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/sys/congure_quic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ USEMODULE += shell

INCLUDES += -I$(CURDIR)

ifeq (native, $(BOARD))
RIOT_TERMINAL ?= native
endif

include $(RIOTBASE)/Makefile.include

ifndef CONFIG_SHELL_NO_ECHO
Expand Down

0 comments on commit a4842ae

Please sign in to comment.