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

tests: move net related applications to tests/net

This commit is contained in:
Alexandre Abadie 2023-05-12 11:31:32 +02:00
parent 090150ec86
commit 6247f8a960
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
298 changed files with 59 additions and 57 deletions

View File

@ -0,0 +1,2 @@
RIOTBASE ?= $(CURDIR)/../../..
include $(CURDIR)/../../Makefile.tests_common

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
RIOTBASE ?= $(CURDIR)/../..

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
USEMODULE += embunit

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
USEMODULE += auto_init_gnrc_netif
USEMODULE += auto_init_gnrc_rpl

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
# generate random free port
DHCPV6_SERVER_PORT := 61342

View File

@ -1,5 +1,5 @@
DEVELHELP := 1
include $(CURDIR)/../Makefile.tests_common
include ../Makefile.net_common
export TAP ?= tap0

View File

@ -1,5 +1,5 @@
DEVELHELP := 1
include $(CURDIR)/../Makefile.tests_common
include ../Makefile.net_common
export TAP ?= tap0

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
RIOTBASE ?= $(CURDIR)/../..

View File

@ -1,6 +1,6 @@
# use samr21-xpro as default:
BOARD ?= samr21-xpro
include ../Makefile.tests_common
include ../Makefile.net_common
# Currently, GoMacH has only been tested and evaluated through on samr21-xpro and iotlab-m3
# nodes. Once GoMacH has also been tested through on other devices, the whitelist should

View File

@ -1,6 +1,6 @@
DEVELHELP := 1
# name of your application
include ../Makefile.tests_common
include ../Makefile.net_common
export TAP ?= tap0

View File

@ -1,6 +1,6 @@
DEVELHELP := 1
# name of your application
include ../Makefile.tests_common
include ../Makefile.net_common
export TAP ?= tap0

View File

@ -1,6 +1,6 @@
DEVELHELP = 1
# name of your application
include ../Makefile.tests_common
include ../Makefile.net_common
export TAP ?= tap0

View File

@ -1,5 +1,5 @@
DEVELHELP := 1
include ../Makefile.tests_common
include ../Makefile.net_common
USEMODULE += gnrc_ipv6_router_default
USEMODULE += gnrc_netif

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_ipv6_nib

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sixlowpan

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.net_common
RIOTBASE ?= $(CURDIR)/../..

View File

@ -1,5 +1,5 @@
# name of your application
include ../Makefile.tests_common
include ../Makefile.net_common
CFLAGS += -DOUTPUT=TEXT

View File

@ -1,5 +1,5 @@
# name of your application
include ../Makefile.tests_common
include ../Makefile.net_common
CFLAGS += -DOUTPUT=TEXT

Some files were not shown because too many files have changed in this diff Show More