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:
parent
090150ec86
commit
6247f8a960
2
tests/net/Makefile.net_common
Normal file
2
tests/net/Makefile.net_common
Normal file
@ -0,0 +1,2 @@
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
include $(CURDIR)/../../Makefile.tests_common
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
USEMODULE += embunit
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += auto_init_gnrc_rpl
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
# generate random free port
|
||||
DHCPV6_SERVER_PORT := 61342
|
@ -1,5 +1,5 @@
|
||||
DEVELHELP := 1
|
||||
include $(CURDIR)/../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
export TAP ?= tap0
|
||||
|
@ -1,5 +1,5 @@
|
||||
DEVELHELP := 1
|
||||
include $(CURDIR)/../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
export TAP ?= tap0
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -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
|
@ -1,6 +1,6 @@
|
||||
DEVELHELP := 1
|
||||
# name of your application
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
export TAP ?= tap0
|
||||
|
@ -1,6 +1,6 @@
|
||||
DEVELHELP := 1
|
||||
# name of your application
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
export TAP ?= tap0
|
||||
|
@ -1,6 +1,6 @@
|
||||
DEVELHELP = 1
|
||||
# name of your application
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
export TAP ?= tap0
|
||||
|
@ -1,5 +1,5 @@
|
||||
DEVELHELP := 1
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
USEMODULE += gnrc_ipv6_router_default
|
||||
USEMODULE += gnrc_netif
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_ipv6_nib
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sixlowpan
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.net_common
|
||||
|
||||
CFLAGS += -DOUTPUT=TEXT
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user