mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
tests: add congure_reno to SFR CongURE test
This commit is contained in:
parent
33402296d3
commit
0d4ab778ed
@ -34,12 +34,16 @@ ifeq (congure_quic,$(CONGURE_IMPL))
|
||||
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
|
||||
USEMODULE += ztimer_msec
|
||||
else
|
||||
ifeq (congure_reno,$(CONGURE_IMPL))
|
||||
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_reno
|
||||
else
|
||||
ifeq (congure_sfr,$(CONGURE_IMPL))
|
||||
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
|
||||
else
|
||||
$(error "Unknown CongURE implementation `$(CONGURE_IMPL)`")
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: zep_dispatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user