mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: add prefix to Makefile.tests_common
- fixes name clash on macOS - correct naming of test coap to pkg_libcoap
This commit is contained in:
parent
2a05385560
commit
6a037ad004
@ -1,3 +1,4 @@
|
||||
BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
QUIET ?= 1
|
||||
APPLICATION := tests_$(APPLICATION)
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = driver_enc28j60
|
||||
APPLICATION = driver_enc28j60
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = driver_encx24j600
|
||||
APPLICATION = driver_encx24j600
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = driver_servo
|
||||
APPLICATION = driver_servo
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_pwm
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = leds
|
||||
APPLICATION = leds
|
||||
include ../Makefile.tests_common
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = test_malloc
|
||||
APPLICATION = malloc
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_cpuid
|
||||
APPLICATION = periph_cpuid
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_cpuid
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_flashpage
|
||||
APPLICATION = periph_flashpage
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_flashpage
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_gpio
|
||||
APPLICATION = periph_gpio
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_gpio
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = periph_hwrng
|
||||
APPLICATION = periph_hwrng
|
||||
include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_hwrng
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPLICATION = test-cmsis-dsp
|
||||
APPLICATION = cmsis-dsp
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEPKG += cmsis-dsp
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPLICATION = coap
|
||||
APPLICATION = pkg_libcoap
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs
|
@ -1,4 +1,4 @@
|
||||
APPLICATION = test_pkg_oonf_api
|
||||
APPLICATION = pkg_oonf_api
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_WHITELIST := native
|
||||
|
@ -1,5 +1,6 @@
|
||||
APPLICATION = tiny-asn1
|
||||
APPLICATION = pkg_tiny-asn1
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEPKG += tiny-asn1
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = xtimer_now64_continuity
|
||||
APPLICATION = xtimer_now64_continuity
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -6,4 +6,4 @@ USEMODULE += xtimer
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
./tests/01-run.py
|
||||
|
Loading…
Reference in New Issue
Block a user