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

tests: add congure_quic to SFR CongURE test

This commit is contained in:
Martine Lenders 2021-03-05 18:31:23 +01:00
parent d0986caf03
commit 753e0c86c8
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -30,11 +30,16 @@ endif
CONGURE_IMPL ?= congure_sfr
ifeq (congure_quic,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
USEMODULE += ztimer_msec
else
ifeq (congure_sfr,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
else
$(error "Unknown CongURE implementation `$(CONGURE_IMPL)`")
endif
endif
.PHONY: zep_dispatch