Merge pull request #1502 from Kijewski/issue-1485

tests: remove `test_` prefix
dev/timer
René Kijewski 9 years ago
commit ae4a668695

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

@ -1,4 +1,4 @@
APPLICATION = test_bloom
APPLICATION = bloom
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \

@ -1,4 +1,4 @@
APPLICATION = test_bloom_bytes
APPLICATION = bloom_bytes
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_coap
APPLICATION = coap
include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \

@ -1,4 +1,4 @@
APPLICATION = test_hwtimer_spin
APPLICATION = disable_module
include ../Makefile.tests_common
DISABLE_MODULE += auto_init

@ -1,4 +1,4 @@
APPLICATION = test_float
APPLICATION = float
include ../Makefile.tests_common
DISABLE_MODULE += auto_init

@ -1,4 +1,4 @@
APPLICATION = test_hwtimer
APPLICATION = hwtimer
include ../Makefile.tests_common
DISABLE_MODULE += auto_init

@ -1,4 +1,4 @@
APPLICATION = test_hwtimer_wait
APPLICATION = hwtimer_spin
include ../Makefile.tests_common
DISABLE_MODULE += auto_init

@ -0,0 +1,6 @@
APPLICATION = hwtimer_wait
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,4 +1,4 @@
APPLICATION = test_thread_msg
APPLICATION = ipc_pingpong
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_irq
APPLICATION = irq
include ../Makefile.tests_common
USEMODULE += auto_init

@ -1,4 +1,4 @@
APPLICATION = test_disable_module
APPLICATION = mutex_unlock_and_sleep
include ../Makefile.tests_common
DISABLE_MODULE += auto_init

@ -1,4 +1,4 @@
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

@ -1,4 +1,4 @@
APPLICATION = test_net_if
APPLICATION = net_if
BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo qemu-i386 stm32f0discovery stm32f4discovery
# qemu-i386: no transceiver, yet

@ -1,4 +1,4 @@
APPLICATION = test_pipe
APPLICATION = pipe
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
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

@ -1,4 +1,4 @@
APPLICATION = test_posix_semaphore
APPLICATION = posix_semaphore
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := msb-430 msb-430h mbed_lpc1768 redbee-econotag chronos stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_posix_sleep
APPLICATION = posix_sleep
include ../Makefile.tests_common
USEMODULE += posix

@ -1,4 +1,4 @@
APPLICATION = test_pthread
APPLICATION = pthread
include ../Makefile.tests_common
USEMODULE += posix

@ -1,5 +1,5 @@
# name of your application
APPLICATION = test_pthread_barrier
APPLICATION = pthread_barrier
include ../Makefile.tests_common
# exclude boards with insufficient RAM

@ -1,4 +1,4 @@
APPLICATION = test_pthread_cleanup
APPLICATION = pthread_cleanup
include ../Makefile.tests_common
USEMODULE += pthread

@ -1,4 +1,4 @@
APPLICATION = test_condition_variable
APPLICATION = condition_variable
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_pthread_cooperation
APPLICATION = pthread_cooperation
include ../Makefile.tests_common
USEMODULE += posix

@ -1,4 +1,4 @@
APPLICATION = test_pthread_rwlock
APPLICATION = pthread_rwlock
include ../Makefile.tests_common
USEMODULE += pthread

@ -1,4 +1,4 @@
APPLICATION = test_queue_fairness
APPLICATION = queue_fairness
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_sha256
APPLICATION = sha256
include ../Makefile.tests_common
USEMODULE += crypto

@ -1,4 +1,4 @@
APPLICATION = test_shell
APPLICATION = shell
include ../Makefile.tests_common
USEMODULE += shell

@ -1,4 +1,4 @@
APPLICATION = test_struct_tm_utility
APPLICATION = struct_tm_utility
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,6 +0,0 @@
APPLICATION = test_mutex_unlock_and_sleep
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,6 +0,0 @@
APPLICATION = test_thread_basic
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,6 +0,0 @@
APPLICATION = test_thread_msg_block_w_queue
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,6 +0,0 @@
APPLICATION = test_thread_msg_block_wo_queue
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -0,0 +1,6 @@
APPLICATION = thread_basic
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,4 +1,4 @@
APPLICATION = test_thread_cooperation
APPLICATION = thread_cooperation
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_thread_exit
APPLICATION = thread_exit
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_ipc_pingpong
APPLICATION = thread_msg
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -0,0 +1,6 @@
APPLICATION = thread_msg_block_w_queue
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -0,0 +1,6 @@
APPLICATION = thread_msg_block_wo_queue
include ../Makefile.tests_common
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

@ -1,4 +1,4 @@
APPLICATION = test_thread_msg_seq
APPLICATION = thread_msg_seq
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_vtimer_msg
APPLICATION = vtimer_msg
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery

@ -1,4 +1,4 @@
APPLICATION = test_vtimer_msg_diff
APPLICATION = vtimer_msg_diff
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery
Loading…
Cancel
Save