From 8854e8989a78e221b13723a3704751cfefd94f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= <rene.kijewski@fu-berlin.de> Date: Wed, 30 Jul 2014 21:30:22 +0200 Subject: [PATCH] tests: fix APPLICATION name --- tests/bitarithm_timings/Makefile | 2 +- tests/bloom/Makefile | 2 +- tests/bloom_bytes/Makefile | 2 +- tests/coap/Makefile | 2 +- tests/disable_module/Makefile | 2 +- tests/float/Makefile | 2 +- tests/hwtimer/Makefile | 2 +- tests/hwtimer_spin/Makefile | 2 +- tests/hwtimer_wait/Makefile | 2 +- tests/ipc_pingpong/Makefile | 2 +- tests/irq/Makefile | 2 +- tests/mutex_unlock_and_sleep/Makefile | 2 +- tests/nativenet/Makefile | 4 ++-- tests/net_if/Makefile | 2 +- tests/pipe/Makefile | 2 +- tests/pnet/Makefile | 2 +- tests/posix_semaphore/Makefile | 2 +- tests/posix_sleep/Makefile | 2 +- tests/pthread/Makefile | 2 +- tests/pthread_barrier/Makefile | 2 +- tests/pthread_cleanup/Makefile | 2 +- tests/pthread_condition_variable/Makefile | 2 +- tests/pthread_cooperation/Makefile | 2 +- tests/pthread_rwlock/Makefile | 2 +- tests/queue_fairness/Makefile | 2 +- tests/sha256/Makefile | 2 +- tests/shell/Makefile | 2 +- tests/struct_tm_utility/Makefile | 2 +- tests/thread_basic/Makefile | 2 +- tests/thread_cooperation/Makefile | 2 +- tests/thread_exit/Makefile | 2 +- tests/thread_msg/Makefile | 2 +- tests/thread_msg_block_w_queue/Makefile | 2 +- tests/thread_msg_block_wo_queue/Makefile | 2 +- tests/thread_msg_seq/Makefile | 2 +- tests/vtimer_msg/Makefile | 2 +- tests/vtimer_msg_diff/Makefile | 2 +- 37 files changed, 38 insertions(+), 38 deletions(-) diff --git a/tests/bitarithm_timings/Makefile b/tests/bitarithm_timings/Makefile index 58406e2360..db6ae05222 100644 --- a/tests/bitarithm_timings/Makefile +++ b/tests/bitarithm_timings/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_bitarithm_timings +APPLICATION = bitarithm_timings include ../Makefile.tests_common include $(RIOTBASE)/Makefile.include diff --git a/tests/bloom/Makefile b/tests/bloom/Makefile index fa279e8068..3a368f86a7 100644 --- a/tests/bloom/Makefile +++ b/tests/bloom/Makefile @@ -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 \ diff --git a/tests/bloom_bytes/Makefile b/tests/bloom_bytes/Makefile index 79dafd71d0..ea88bac77c 100644 --- a/tests/bloom_bytes/Makefile +++ b/tests/bloom_bytes/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_bloom_bytes +APPLICATION = bloom_bytes include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/coap/Makefile b/tests/coap/Makefile index d01d91fe0f..9ba1122569 100644 --- a/tests/coap/Makefile +++ b/tests/coap/Makefile @@ -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 \ diff --git a/tests/disable_module/Makefile b/tests/disable_module/Makefile index 1e3c426030..e1bd58dbde 100644 --- a/tests/disable_module/Makefile +++ b/tests/disable_module/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_disable_module +APPLICATION = disable_module include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/float/Makefile b/tests/float/Makefile index fc1b3d11c4..09cdd4d62f 100644 --- a/tests/float/Makefile +++ b/tests/float/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_float +APPLICATION = float include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/hwtimer/Makefile b/tests/hwtimer/Makefile index 7685e1f594..718805bb85 100644 --- a/tests/hwtimer/Makefile +++ b/tests/hwtimer/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_hwtimer +APPLICATION = hwtimer include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/hwtimer_spin/Makefile b/tests/hwtimer_spin/Makefile index b76df3430c..45ec84be76 100644 --- a/tests/hwtimer_spin/Makefile +++ b/tests/hwtimer_spin/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_hwtimer_spin +APPLICATION = hwtimer_spin include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/hwtimer_wait/Makefile b/tests/hwtimer_wait/Makefile index e0fc75793b..3ffd19ce83 100644 --- a/tests/hwtimer_wait/Makefile +++ b/tests/hwtimer_wait/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_hwtimer_wait +APPLICATION = hwtimer_wait include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/ipc_pingpong/Makefile b/tests/ipc_pingpong/Makefile index f53249e030..2a5fa82426 100644 --- a/tests/ipc_pingpong/Makefile +++ b/tests/ipc_pingpong/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_ipc_pingpong +APPLICATION = ipc_pingpong include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/irq/Makefile b/tests/irq/Makefile index 7acb1e919e..5b59ed8de9 100644 --- a/tests/irq/Makefile +++ b/tests/irq/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_irq +APPLICATION = irq include ../Makefile.tests_common USEMODULE += auto_init diff --git a/tests/mutex_unlock_and_sleep/Makefile b/tests/mutex_unlock_and_sleep/Makefile index b3b046ee90..45824eaa46 100644 --- a/tests/mutex_unlock_and_sleep/Makefile +++ b/tests/mutex_unlock_and_sleep/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_mutex_unlock_and_sleep +APPLICATION = mutex_unlock_and_sleep include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/nativenet/Makefile b/tests/nativenet/Makefile index c324b67b1b..c869413b8e 100644 --- a/tests/nativenet/Makefile +++ b/tests/nativenet/Makefile @@ -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 diff --git a/tests/net_if/Makefile b/tests/net_if/Makefile index 3d3fb68832..b31d5334fc 100644 --- a/tests/net_if/Makefile +++ b/tests/net_if/Makefile @@ -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 diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile index 116521e3c0..b1441bdfdb 100644 --- a/tests/pipe/Makefile +++ b/tests/pipe/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_pipe +APPLICATION = pipe include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/pnet/Makefile b/tests/pnet/Makefile index 685a1d8553..9fd3a0271d 100644 --- a/tests/pnet/Makefile +++ b/tests/pnet/Makefile @@ -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 diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 1c83872194..6a259e58bd 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -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 diff --git a/tests/posix_sleep/Makefile b/tests/posix_sleep/Makefile index 7fd95590ac..24f6fe6320 100644 --- a/tests/posix_sleep/Makefile +++ b/tests/posix_sleep/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_posix_sleep +APPLICATION = posix_sleep include ../Makefile.tests_common USEMODULE += posix diff --git a/tests/pthread/Makefile b/tests/pthread/Makefile index ab7e41554b..e6252668c7 100644 --- a/tests/pthread/Makefile +++ b/tests/pthread/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_pthread +APPLICATION = pthread include ../Makefile.tests_common USEMODULE += posix diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile index 215f8dcb93..3f4cead1f7 100644 --- a/tests/pthread_barrier/Makefile +++ b/tests/pthread_barrier/Makefile @@ -1,5 +1,5 @@ # name of your application -APPLICATION = test_pthread_barrier +APPLICATION = pthread_barrier include ../Makefile.tests_common # exclude boards with insufficient RAM diff --git a/tests/pthread_cleanup/Makefile b/tests/pthread_cleanup/Makefile index f4bf56031a..bbd94385d0 100644 --- a/tests/pthread_cleanup/Makefile +++ b/tests/pthread_cleanup/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_pthread_cleanup +APPLICATION = pthread_cleanup include ../Makefile.tests_common USEMODULE += pthread diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile index ae8641783d..6e53949643 100644 --- a/tests/pthread_condition_variable/Makefile +++ b/tests/pthread_condition_variable/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_condition_variable +APPLICATION = condition_variable include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile index 396c0b0256..75665e6a48 100644 --- a/tests/pthread_cooperation/Makefile +++ b/tests/pthread_cooperation/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_pthread_cooperation +APPLICATION = pthread_cooperation include ../Makefile.tests_common USEMODULE += posix diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 8ccd148a86..0532eb7f0c 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_pthread_rwlock +APPLICATION = pthread_rwlock include ../Makefile.tests_common USEMODULE += pthread diff --git a/tests/queue_fairness/Makefile b/tests/queue_fairness/Makefile index 81d4e66685..79faedea89 100644 --- a/tests/queue_fairness/Makefile +++ b/tests/queue_fairness/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_queue_fairness +APPLICATION = queue_fairness include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery diff --git a/tests/sha256/Makefile b/tests/sha256/Makefile index e3457f2bd1..d5a245e04a 100644 --- a/tests/sha256/Makefile +++ b/tests/sha256/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_sha256 +APPLICATION = sha256 include ../Makefile.tests_common USEMODULE += crypto diff --git a/tests/shell/Makefile b/tests/shell/Makefile index 94cfdd2ac4..083e92546e 100644 --- a/tests/shell/Makefile +++ b/tests/shell/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_shell +APPLICATION = shell include ../Makefile.tests_common USEMODULE += shell diff --git a/tests/struct_tm_utility/Makefile b/tests/struct_tm_utility/Makefile index 89b1c69aa3..939dc0bd98 100644 --- a/tests/struct_tm_utility/Makefile +++ b/tests/struct_tm_utility/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_struct_tm_utility +APPLICATION = struct_tm_utility include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/thread_basic/Makefile b/tests/thread_basic/Makefile index b297276463..60c4868abe 100644 --- a/tests/thread_basic/Makefile +++ b/tests/thread_basic/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_basic +APPLICATION = thread_basic include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index c4c1fb1954..d45c04c7ab 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -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 diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile index 25c8b8db2b..123859d3fc 100644 --- a/tests/thread_exit/Makefile +++ b/tests/thread_exit/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_exit +APPLICATION = thread_exit include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile index 9bfc17408c..d90b4e78cd 100644 --- a/tests/thread_msg/Makefile +++ b/tests/thread_msg/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_msg +APPLICATION = thread_msg include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile index 9dd9e29a61..5d09dab3af 100644 --- a/tests/thread_msg_block_w_queue/Makefile +++ b/tests/thread_msg_block_w_queue/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_msg_block_w_queue +APPLICATION = thread_msg_block_w_queue include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile index ecdac17974..23aa75948c 100644 --- a/tests/thread_msg_block_wo_queue/Makefile +++ b/tests/thread_msg_block_wo_queue/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_msg_block_wo_queue +APPLICATION = thread_msg_block_wo_queue include ../Makefile.tests_common DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile index 48773645ae..17a77ef55a 100644 --- a/tests/thread_msg_seq/Makefile +++ b/tests/thread_msg_seq/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_thread_msg_seq +APPLICATION = thread_msg_seq include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/vtimer_msg/Makefile b/tests/vtimer_msg/Makefile index fc95d4304e..2fa94799c0 100644 --- a/tests/vtimer_msg/Makefile +++ b/tests/vtimer_msg/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_vtimer_msg +APPLICATION = vtimer_msg include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := stm32f0discovery diff --git a/tests/vtimer_msg_diff/Makefile b/tests/vtimer_msg_diff/Makefile index b7d6a2e18d..a6e40ef13b 100644 --- a/tests/vtimer_msg_diff/Makefile +++ b/tests/vtimer_msg_diff/Makefile @@ -1,4 +1,4 @@ -APPLICATION = test_vtimer_msg_diff +APPLICATION = vtimer_msg_diff include ../Makefile.tests_common BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery -- GitLab