diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile
index 6634837b7dc31f3480451380835ebceb721720a0..47081377ea22c98fd7d2c8b11d43dcd41423d737 100644
--- a/tests/pkg_semtech-loramac/Makefile
+++ b/tests/pkg_semtech-loramac/Makefile
@@ -19,5 +19,6 @@ USEMODULE += shell_commands
 USEMODULE += fmt
 
 CFLAGS += -DREGION_$(LORA_REGION)
+CFLAGS += -DLORAMAC_ACTIVE_REGION=LORAMAC_REGION_$(LORA_REGION)
 
 include $(RIOTBASE)/Makefile.include