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

tests: don't define APPLICATION in application Makefile

The right way is to include the common test Makefile where the application is automatically defined.
This commit is contained in:
Alexandre Abadie 2019-11-01 14:07:35 +01:00
parent 79c8fc5405
commit 49f1f4a9e0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
13 changed files with 6 additions and 32 deletions

View File

@ -1,7 +1,4 @@
APPLICATION = cflags_with_spaces
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
include ../Makefile.tests_common
CFLAGS += -DSUPER_STRING='"I love sentences with spaces"'
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,3 @@
APPLICATION = driver_sht2x
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c

View File

@ -1,4 +1,3 @@
APPLICATION = driver_tps6274x
include ../Makefile.tests_common
USEMODULE += tps6274x

View File

@ -1,4 +1,3 @@
APPLICATION = driver_vcnl40x0
include ../Makefile.tests_common
USEMODULE += vcnl4010

View File

@ -1,7 +1,4 @@
APPLICATION = external_module_dirs
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
include ../Makefile.tests_common
USEMODULE += random
USEMODULE += external_module

View File

@ -1,11 +1,6 @@
# name of your application
APPLICATION = gomach
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# If no BOARD is found in the environment, use this default:
# use samr21-xpro as default:
BOARD ?= samr21-xpro
include ../Makefile.tests_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,11 +1,6 @@
# name of your application
APPLICATION = lwmac
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# If no BOARD is found in the environment, use this default:
# use samr21-xpro as default:
BOARD ?= samr21-xpro
include ../Makefile.tests_common
# Currently, LWMAC is only tested and evaluated through on samr21-xpro.
# Once LWMAC has also been tested through on other boards, the whitelist should

View File

@ -1,4 +1,3 @@
APPLICATION = gnrc_mac_timeout
include ../Makefile.tests_common
USEMODULE += gnrc_mac

View File

@ -1,4 +1,3 @@
APPLICATION = isr_yield_higher
include ../Makefile.tests_common
USEMODULE += xtimer

View File

@ -1,4 +1,3 @@
APPLICATION = pkg_fatfs_vfs
include ../Makefile.tests_common
USEMODULE += fatfs_vfs

View File

@ -1,4 +1,3 @@
APPLICATION = socket_zep
include ../Makefile.tests_common
BOARD_WHITELIST = native # socket_zep is only available on native

View File

@ -1,4 +1,3 @@
APPLICATION = thread_float
include ../Makefile.tests_common
USEMODULE += printf_float

View File

@ -1,5 +1,3 @@
# name of your application
APPLICATION = trace
include ../Makefile.tests_common
USEMODULE += trace