1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test

The test can handle both with and without ENABLE_DEBUG.
This commit is contained in:
Gaëtan Harter 2017-10-24 11:58:39 +02:00
parent 775e2071e5
commit df94189073

View File

@ -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