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:
smlng 2017-01-11 19:43:58 +01:00
parent 2a05385560
commit 6a037ad004
18 changed files with 18 additions and 16 deletions

View File

@ -1,3 +1,4 @@
BOARD ?= native BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1 QUIET ?= 1
APPLICATION := tests_$(APPLICATION)

View File

@ -1,4 +1,4 @@
export APPLICATION = driver_enc28j60 APPLICATION = driver_enc28j60
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio

View File

@ -1,4 +1,4 @@
export APPLICATION = driver_encx24j600 APPLICATION = driver_encx24j600
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio

View File

@ -1,4 +1,4 @@
export APPLICATION = driver_servo APPLICATION = driver_servo
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm FEATURES_REQUIRED = periph_pwm

View File

@ -1,4 +1,4 @@
export APPLICATION = leds APPLICATION = leds
include ../Makefile.tests_common include ../Makefile.tests_common
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -1,5 +1,5 @@
# name of your application # name of your application
APPLICATION = test_malloc APPLICATION = malloc
# 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

View File

@ -1,4 +1,4 @@
export APPLICATION = periph_cpuid APPLICATION = periph_cpuid
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_cpuid FEATURES_REQUIRED = periph_cpuid

View File

@ -1,4 +1,4 @@
export APPLICATION = periph_flashpage APPLICATION = periph_flashpage
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_flashpage FEATURES_REQUIRED = periph_flashpage

View File

@ -1,4 +1,4 @@
export APPLICATION = periph_gpio APPLICATION = periph_gpio
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio FEATURES_REQUIRED = periph_gpio

View File

@ -1,4 +1,4 @@
export APPLICATION = periph_hwrng APPLICATION = periph_hwrng
include ../Makefile.tests_common include ../Makefile.tests_common
FEATURES_REQUIRED = periph_hwrng FEATURES_REQUIRED = periph_hwrng

View File

@ -1,4 +1,4 @@
APPLICATION = test-cmsis-dsp APPLICATION = cmsis-dsp
include ../Makefile.tests_common include ../Makefile.tests_common
USEPKG += cmsis-dsp USEPKG += cmsis-dsp

View File

@ -1,4 +1,4 @@
APPLICATION = coap APPLICATION = pkg_libcoap
include ../Makefile.tests_common include ../Makefile.tests_common
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs # msp430 and avr have problems with int width and libcoaps usage of :x notation in structs

View File

@ -1,4 +1,4 @@
APPLICATION = test_pkg_oonf_api APPLICATION = pkg_oonf_api
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_WHITELIST := native BOARD_WHITELIST := native

View File

@ -1,5 +1,6 @@
APPLICATION = tiny-asn1 APPLICATION = pkg_tiny-asn1
include ../Makefile.tests_common include ../Makefile.tests_common
USEPKG += tiny-asn1 USEPKG += tiny-asn1
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -1 +1 @@
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base

View File

@ -1,4 +1,4 @@
export APPLICATION = xtimer_now64_continuity APPLICATION = xtimer_now64_continuity
include ../Makefile.tests_common include ../Makefile.tests_common
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -6,4 +6,4 @@ USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test: test:
./tests/01-run.py ./tests/01-run.py