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

Merge pull request #6803 from smlng/tests/cleanup_riotbase

tests: cleanup, remove redundant RIOTBASE definition
This commit is contained in:
Martine Lenders 2017-03-28 22:04:31 +02:00 committed by GitHub
commit c5e6b16738
19 changed files with 2 additions and 55 deletions

View File

@ -1,8 +1,6 @@
APPLICATION = conn_ip APPLICATION = conn_ip
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \

View File

@ -10,9 +10,6 @@ include ../Makefile.tests_common
# not pull in all C++ locale code whenever exceptions are used. # not pull in all C++ locale code whenever exceptions are used.
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
# development process: # development process:

View File

@ -10,9 +10,6 @@ include ../Makefile.tests_common
# not pull in all C++ locale code whenever exceptions are used. # not pull in all C++ locale code whenever exceptions are used.
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
# development process: # development process:

View File

@ -10,9 +10,6 @@ include ../Makefile.tests_common
# not pull in all C++ locale code whenever exceptions are used. # not pull in all C++ locale code whenever exceptions are used.
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
# development process: # development process:

View File

@ -5,8 +5,6 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231 FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 z1 weio wsn430-v1_3b wsn430-v1_4 z1

View File

@ -2,9 +2,6 @@
APPLICATION = fault_handler APPLICATION = fault_handler
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
CFLAGS += -DDEVELHELP=1 CFLAGS += -DDEVELHELP=1
ifeq ($(shell uname),Darwin) ifeq ($(shell uname),Darwin)

View File

@ -2,9 +2,6 @@
APPLICATION = gnrc_ipv6_ext APPLICATION = gnrc_ipv6_ext
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \

View File

@ -2,9 +2,6 @@
APPLICATION = gnrc_sixlowpan APPLICATION = gnrc_sixlowpan
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \

View File

@ -3,8 +3,6 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
RIOTBASE ?= $(CURDIR)/../..
USEMODULE += gnrc_sock_ip USEMODULE += gnrc_sock_ip
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6
USEMODULE += ps USEMODULE += ps

View File

@ -1,8 +1,6 @@
APPLICATION = gnrc_sock_udp APPLICATION = gnrc_sock_udp
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_check_reuse

View File

@ -1,5 +1,6 @@
# name of your application # name of your application
APPLICATION = gnrc_tcp_client APPLICATION = gnrc_tcp_client
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
@ -18,9 +19,6 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
pca10000 pca10005 sb-430 sb-430h stm32f0discovery telosb \ pca10000 pca10005 sb-430 sb-430h stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Target Address, Target Port and number of Test Cycles # Target Address, Target Port and number of Test Cycles
CFLAGS += -DTARGET_ADDR=\"$(TCP_TARGET_ADDR)\" CFLAGS += -DTARGET_ADDR=\"$(TCP_TARGET_ADDR)\"
CFLAGS += -DTARGET_PORT=$(TCP_TARGET_PORT) CFLAGS += -DTARGET_PORT=$(TCP_TARGET_PORT)
@ -31,9 +29,6 @@ CFLAGS += -DCYCLES=$(TCP_TEST_CYCLES)
# development process: # development process:
#CFLAGS += -DDEVELHELP #CFLAGS += -DDEVELHELP
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1
# Modules to include # Modules to include
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif

View File

@ -1,5 +1,6 @@
# name of your application # name of your application
APPLICATION = gnrc_tcp_server APPLICATION = gnrc_tcp_server
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
@ -16,9 +17,6 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
pca10000 pca10005 sb-430 sb-430h stm32f0discovery telosb \ pca10000 pca10005 sb-430 sb-430h stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Specify local Port to open # Specify local Port to open
CFLAGS += -DLOCAL_PORT=$(TCP_LOCAL_PORT) CFLAGS += -DLOCAL_PORT=$(TCP_LOCAL_PORT)
@ -27,9 +25,6 @@ CFLAGS += -DLOCAL_PORT=$(TCP_LOCAL_PORT)
# development process: # development process:
#CFLAGS += -DDEVELHELP #CFLAGS += -DDEVELHELP
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1
# Modules to include # Modules to include
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif

View File

@ -3,8 +3,6 @@ APPLICATION = lwip
BOARD ?= iotlab-m3 BOARD ?= iotlab-m3
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \
arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \

View File

@ -2,9 +2,6 @@
APPLICATION = malloc APPLICATION = malloc
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
# development process: # development process:

View File

@ -2,9 +2,6 @@
APPLICATION = minimal APPLICATION = minimal
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# #
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE

View File

@ -2,9 +2,6 @@
APPLICATION = od APPLICATION = od
include ../Makefile.tests_common include ../Makefile.tests_common
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
USEMODULE += od USEMODULE += od
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking

View File

@ -1,8 +1,6 @@
APPLICATION = xtimer_sleep_until APPLICATION = xtimer_sleep_until
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos BOARD_INSUFFICIENT_MEMORY := chronos
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,8 +1,6 @@
APPLICATION = xtimer_remove APPLICATION = xtimer_remove
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
USEMODULE += xtimer USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
APPLICATION = xtimer_reset APPLICATION = xtimer_reset
include ../Makefile.tests_common include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
USEMODULE += xtimer USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include