From df94189073e404e9fbffebb7caf852a0e0ef3f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 24 Oct 2017 11:58:39 +0200 Subject: [PATCH] tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test The test can handle both with and without ENABLE_DEBUG. --- tests/gnrc_ipv6_ext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 1f114b454b..e1ec7a4329 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -30,6 +30,6 @@ CFLAGS += -DDEVELHELP include $(RIOTBASE)/Makefile.include -# This requires ENABLE_DEBUG in gnrc_ipv6.c to be 1 +# The test can check more things with ENABLE_DEBUG set to 1 in gnrc_ipv6.c test: tests/01-run.py