Skip to content

Commit

Permalink
tests: add congure_quic to SFR CongURE test
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 25, 2022
1 parent a5541ee commit e288d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ USEMODULE += netstats_rpl
ifeq (,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
else
ifeq (congure_quic,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
USEMODULE += ztimer_msec
USEMODULE += ztimer_periph_rtt
else
ifeq (congure_sfr,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
else
$(error "Unknown CongURE implementation `$(CONGURE_IMPL)`")
endif
endif
endif

include $(RIOTBASE)/Makefile.include

Expand Down

0 comments on commit e288d54

Please sign in to comment.