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:
parent
79c8fc5405
commit
49f1f4a9e0
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_sht2x
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_i2c
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_tps6274x
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += tps6274x
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = driver_vcnl40x0
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += vcnl4010
|
||||
|
@ -1,7 +1,4 @@
|
||||
APPLICATION = external_module_dirs
|
||||
BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
include ../Makefile.tests_common
|
||||
USEMODULE += random
|
||||
|
||||
USEMODULE += external_module
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = gnrc_mac_timeout
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += gnrc_mac
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = isr_yield_higher
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = pkg_fatfs_vfs
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += fatfs_vfs
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = socket_zep
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_WHITELIST = native # socket_zep is only available on native
|
||||
|
@ -1,4 +1,3 @@
|
||||
APPLICATION = thread_float
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += printf_float
|
||||
|
@ -1,5 +1,3 @@
|
||||
# name of your application
|
||||
APPLICATION = trace
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += trace
|
||||
|
Loading…
Reference in New Issue
Block a user