Skip to content

Commit

Permalink
tests: add congure_abe 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 2f956ff commit c48a547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ USEMODULE += netstats_rpl

CONGURE_IMPL ?= congure_sfr

ifeq (congure_abe,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_abe
else
ifeq (congure_reno,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_reno
else
Expand All @@ -28,6 +31,7 @@ else
$(error "Unknown CongURE implementation `$(CONGURE_IMPL)`")
endif
endif
endif

include $(RIOTBASE)/Makefile.include

Expand Down

0 comments on commit c48a547

Please sign in to comment.