diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile index e488478b72148eeeb3c5209e1fa78032312835a4..dec3f7463c5247c401098fed9f1d8de92d12dedd 100644 --- a/tests/conn_ip/Makefile +++ b/tests/conn_ip/Makefile @@ -1,8 +1,6 @@ APPLICATION = conn_ip include ../Makefile.tests_common -BOARD ?= native - RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \ @@ -19,8 +17,6 @@ USEMODULE += shell USEMODULE += shell_commands USEMODULE += ps -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/cpp11_condition_variable/Makefile b/tests/cpp11_condition_variable/Makefile index 99416ba413eb670171da9d4689a086664ca61dd1..70b6b28f463a7747e68bc55e185cf4a7d8499f6a 100644 --- a/tests/cpp11_condition_variable/Makefile +++ b/tests/cpp11_condition_variable/Makefile @@ -2,9 +2,6 @@ APPLICATION = cpp11_condition_variable include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # ROM is overflowing for these boards when using # gcc-arm-none-eabi-4.9.3.2015q2-1trusty1 from ppa:terry.guo/gcc-arm-embedded # (Travis is using this PPA currently, 2015-06-23) @@ -21,9 +18,6 @@ RIOTBASE ?= $(CURDIR)/../.. # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable CXXEXFLAGS += -std=c++11 diff --git a/tests/cpp11_mutex/Makefile b/tests/cpp11_mutex/Makefile index 99e846f94a946cfcc7a0abb2d60d69c0cde790cd..8d8ae183f80c7aaba52c0388b7398fe8d07abff6 100644 --- a/tests/cpp11_mutex/Makefile +++ b/tests/cpp11_mutex/Makefile @@ -2,9 +2,6 @@ APPLICATION = cpp11_mutex include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # ROM is overflowing for these boards when using # gcc-arm-none-eabi-4.9.3.2015q2-1trusty1 from ppa:terry.guo/gcc-arm-embedded # (Travis is using this PPA currently, 2015-06-23) @@ -21,9 +18,6 @@ RIOTBASE ?= $(CURDIR)/../.. # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable CXXEXFLAGS += -std=c++11 diff --git a/tests/cpp11_thread/Makefile b/tests/cpp11_thread/Makefile index e93b7a3429ac6aceaf0c626dde74fe83f1f17ae3..42cb9eac5d68be39e7e12ac0b0e073e26e90f1b0 100644 --- a/tests/cpp11_thread/Makefile +++ b/tests/cpp11_thread/Makefile @@ -2,9 +2,6 @@ APPLICATION = cpp11_thread include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # ROM is overflowing for these boards when using # gcc-arm-none-eabi-4.9.3.2015q2-1trusty1 from ppa:terry.guo/gcc-arm-embedded # (Travis is using this PPA currently, 2015-06-23) @@ -21,9 +18,6 @@ RIOTBASE ?= $(CURDIR)/../.. # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable CXXEXFLAGS += -std=c++11 diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index 24c98a57924ddbe9d3d21e9004903fd4dd38823b..d958a2a6e4403b4fe7769887cc45b1e3a73b23aa 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -36,6 +36,4 @@ DRIVER ?= at86rf231 # include the selected driver USEMODULE += $(DRIVER) -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include diff --git a/tests/fault_handler/Makefile b/tests/fault_handler/Makefile index b82d4b873b30fb1593c10dab53472b61741828a0..24a6601f75f31b2fecf69ea3c4e9b9cc2d243ae2 100644 --- a/tests/fault_handler/Makefile +++ b/tests/fault_handler/Makefile @@ -2,15 +2,9 @@ APPLICATION = fault_handler include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - CFLAGS += -DDEVELHELP=1 ifeq ($(shell uname),Darwin) diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 468aafd3a288629cfd08c4dc68e4fe74637c333d..e82d67772e2efa1a31fbbc1cc63120ea2fc2ab53 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -2,9 +2,6 @@ APPLICATION = gnrc_ipv6_ext include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. @@ -33,9 +30,6 @@ USEMODULE += ps # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include # This requires ENABLE_DEBUG in gnrc_ipv6.c to be 1 diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 8fc177864f6228867ab8d9c0d23c5b5368510ebe..34ccc73913ac019df07d7e0f71f2c9126e1359f1 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -2,9 +2,6 @@ APPLICATION = gnrc_sixlowpan include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. @@ -29,9 +26,6 @@ USEMODULE += gnrc_pktdump # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile index b7c2923ccad46a1906e1636e0c72453fec0a319b..14fb094a97c5d572dddf6477fdc2482d1f21e949 100644 --- a/tests/gnrc_sock_ip/Makefile +++ b/tests/gnrc_sock_ip/Makefile @@ -1,8 +1,6 @@ APPLICATION = gnrc_sock_ip include ../Makefile.tests_common -BOARD ?= native - RIOTBASE ?= $(CURDIR)/../.. USEMODULE += gnrc_sock_ip @@ -13,8 +11,6 @@ CFLAGS += -DDEVELHELP CFLAGS += -DGNRC_PKTBUF_SIZE=200 CFLAGS += -DTEST_SUITES -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index 95c9ea24fa82b26692419f486c535fdb3ebd0a5b..d880fb6f4f134f18f43215338b0285a6e1537183 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -1,8 +1,6 @@ APPLICATION = gnrc_sock_udp include ../Makefile.tests_common -BOARD ?= native - RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 @@ -16,8 +14,6 @@ CFLAGS += -DDEVELHELP CFLAGS += -DGNRC_PKTBUF_SIZE=400 CFLAGS += -DTEST_SUITES -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 54a03dbe7c746e934210eb3718ea7d1ac1a60023..38c10c2841ca72f5d394ae2e8919a60af8b98178 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -44,8 +44,6 @@ endif USEMODULE += $(DRIVER) -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/malloc/Makefile b/tests/malloc/Makefile index 764e20bfc7c32ea8d4cc6e833ffb8d85db199559..0fb6291fcae342d3cd40ffa24545f6db5a6112b1 100644 --- a/tests/malloc/Makefile +++ b/tests/malloc/Makefile @@ -2,9 +2,6 @@ APPLICATION = malloc include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. @@ -13,7 +10,4 @@ RIOTBASE ?= $(CURDIR)/../.. # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include diff --git a/tests/minimal/Makefile b/tests/minimal/Makefile index 97323d58b518e60ad75f4944a1af8d89b4f4e5ba..6d1ac3af807003cd3ba42b7f71c8d830be288e57 100644 --- a/tests/minimal/Makefile +++ b/tests/minimal/Makefile @@ -2,9 +2,6 @@ APPLICATION = minimal include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. @@ -14,7 +11,4 @@ CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE # DISABLE_MODULE += auto_init -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include diff --git a/tests/od/Makefile b/tests/od/Makefile index 7f2e09fa4bdd5a279f08f2669ec37346b341c89d..d18fd28709a6b9fe6477e637e43a279d6cde6aa5 100644 --- a/tests/od/Makefile +++ b/tests/od/Makefile @@ -2,9 +2,6 @@ APPLICATION = od include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. @@ -15,9 +12,6 @@ USEMODULE += od # development process: CFLAGS += -DDEVELHELP -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - include $(RIOTBASE)/Makefile.include test: diff --git a/tests/periph_rtc/Makefile b/tests/periph_rtc/Makefile index b72b0f6a9e726af9370b1bdce6fccf99302444c6..e7bf23af6a8d979cc5ba8628061c0663efe00fd3 100644 --- a/tests/periph_rtc/Makefile +++ b/tests/periph_rtc/Makefile @@ -1,4 +1,4 @@ -export APPLICATION = periph_rtc +APPLICATION = periph_rtc include ../Makefile.tests_common FEATURES_REQUIRED = periph_rtc diff --git a/tests/xtimer_periodic_wakeup/Makefile b/tests/xtimer_periodic_wakeup/Makefile index de65332774a84b45caacbe4683944417048a3914..fb9c82ba85912b1a9f08b5608e4c90870ca1c29e 100644 --- a/tests/xtimer_periodic_wakeup/Makefile +++ b/tests/xtimer_periodic_wakeup/Makefile @@ -1,7 +1,6 @@ APPLICATION = xtimer_sleep_until include ../Makefile.tests_common -BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos diff --git a/tests/xtimer_remove/Makefile b/tests/xtimer_remove/Makefile index b265257919709602d5c0d013a3872ddcf8b5adc0..8f94eb0290e60aa95a3b351581ab011f84d5c949 100644 --- a/tests/xtimer_remove/Makefile +++ b/tests/xtimer_remove/Makefile @@ -1,7 +1,6 @@ APPLICATION = xtimer_remove include ../Makefile.tests_common -BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. USEMODULE += xtimer diff --git a/tests/xtimer_reset/Makefile b/tests/xtimer_reset/Makefile index 1fe16770e9c496fd623d0aad781ff4693e85057f..66c7fbbf76f1d2b5d4deace8013158770c1990c9 100644 --- a/tests/xtimer_reset/Makefile +++ b/tests/xtimer_reset/Makefile @@ -1,7 +1,6 @@ APPLICATION = xtimer_reset include ../Makefile.tests_common -BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. USEMODULE += xtimer diff --git a/tests/zep/Makefile b/tests/zep/Makefile index 529ab8487f9786a455beec8b7c209f8a82161123..260510077378ccba2dbf251cd13daf6f6d0644e7 100644 --- a/tests/zep/Makefile +++ b/tests/zep/Makefile @@ -14,7 +14,6 @@ USEMODULE += gnrc_pktdump USEMODULE += shell USEMODULE += shell_commands - # set optional default values for ZEP parameters if unset ZEP_DST ?= "\"::1\"" ZEP_SRC_PORT ?= GNRC_ZEP_DEFAULT_PORT