From 1cff48763616eb5402d8f6b11c56d52310a44385 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 9 Mar 2021 11:16:21 +0100 Subject: [PATCH] tests: add congure_abe to SFR CongURE test --- tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile b/tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile index cc65b52781..03cecb99a1 100644 --- a/tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile +++ b/tests/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile @@ -30,6 +30,9 @@ endif CONGURE_IMPL ?= congure_sfr +ifeq (congure_abe,$(CONGURE_IMPL)) + USEMODULE += gnrc_sixlowpan_frag_sfr_congure_abe +else ifeq (congure_quic,$(CONGURE_IMPL)) USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic USEMODULE += ztimer_msec @@ -44,6 +47,7 @@ else endif endif endif +endif .PHONY: zep_dispatch