Skip to content
Snippets Groups Projects
Commit 8854e898 authored by René Kijewski's avatar René Kijewski
Browse files

tests: fix APPLICATION name

parent d46c7e00
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
APPLICATION = test_bitarithm_timings
APPLICATION = bitarithm_timings
include ../Makefile.tests_common
include $(RIOTBASE)/Makefile.include
APPLICATION = test_bloom
APPLICATION = bloom
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
......
APPLICATION = test_bloom_bytes
APPLICATION = bloom_bytes
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
......
APPLICATION = test_coap
APPLICATION = coap
include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \
......
APPLICATION = test_disable_module
APPLICATION = disable_module
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_float
APPLICATION = float
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_hwtimer
APPLICATION = hwtimer
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_hwtimer_spin
APPLICATION = hwtimer_spin
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_hwtimer_wait
APPLICATION = hwtimer_wait
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_ipc_pingpong
APPLICATION = ipc_pingpong
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
......
APPLICATION = test_irq
APPLICATION = irq
include ../Makefile.tests_common
USEMODULE += auto_init
......
APPLICATION = test_mutex_unlock_and_sleep
APPLICATION = mutex_unlock_and_sleep
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
......
APPLICATION = test_nativenet
APPLICATION = nativenet
include ../Makefile.tests_common
BOARD_WHITELIST := native
......@@ -12,5 +12,5 @@ FORCE:
touch main.c
sender: CFLAGS += -DSENDER
sender: APPLICATION = test_nativenet_sender
sender: APPLICATION = nativenet_sender
sender: FORCE all
APPLICATION = test_net_if
APPLICATION = net_if
BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo qemu-i386 stm32f0discovery stm32f4discovery
# qemu-i386: no transceiver, yet
......
APPLICATION = test_pipe
APPLICATION = pipe
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
......
APPLICATION = test_pnet
APPLICATION = pnet
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos msb-430h redbee-econotag telosb wsn430-v1_3b wsn430-v1_4 z1
......
APPLICATION = test_posix_semaphore
APPLICATION = posix_semaphore
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := msb-430 msb-430h mbed_lpc1768 redbee-econotag chronos stm32f0discovery
......
APPLICATION = test_posix_sleep
APPLICATION = posix_sleep
include ../Makefile.tests_common
USEMODULE += posix
......
APPLICATION = test_pthread
APPLICATION = pthread
include ../Makefile.tests_common
USEMODULE += posix
......
# name of your application
APPLICATION = test_pthread_barrier
APPLICATION = pthread_barrier
include ../Makefile.tests_common
# exclude boards with insufficient RAM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment