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 May 6, 2021
1 parent 3ee4bc3 commit cbb9711
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 @@ -20,6 +20,9 @@ USEMODULE += netstats_rpl
ifeq (,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
else
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 @@ -30,6 +33,7 @@ else
endif
endif
endif
endif

include $(RIOTBASE)/Makefile.include

Expand Down

0 comments on commit cbb9711

Please sign in to comment.