From d46c7e00d462d7f5f66cf1d59aa156fe72c2e968 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:29:09 +0200
Subject: [PATCH] tests: remove `test_` prefix

Closes #1485.
---
 .../Makefile                                        |   0
 .../main.c                                          |   0
 tests/{test_bloom => bloom}/Makefile                |   0
 tests/{test_bloom => bloom}/generate_sets.py        |   0
 tests/{test_bloom => bloom}/main.c                  |   0
 tests/{test_bloom => bloom}/words.txt.gz            | Bin
 tests/{test_bloom_bytes => bloom_bytes}/Makefile    |   0
 tests/{test_bloom_bytes => bloom_bytes}/main.c      |   0
 tests/{test_coap => coap}/Makefile                  |   0
 tests/{test_coap => coap}/main.c                    |   0
 .../Makefile                                        |   0
 .../{test_disable_module => disable_module}/main.c  |   0
 tests/{test_float => float}/Makefile                |   0
 tests/{test_float => float}/README.md               |   0
 tests/{test_float => float}/main.c                  |   0
 tests/{test_hwtimer => hwtimer}/Makefile            |   0
 tests/{test_hwtimer => hwtimer}/main.c              |   0
 tests/{test_hwtimer => hwtimer}/tests/test_hwtimer  |   0
 tests/{test_hwtimer_spin => hwtimer_spin}/Makefile  |   0
 tests/{test_hwtimer_spin => hwtimer_spin}/main.c    |   0
 tests/{test_hwtimer_wait => hwtimer_wait}/Makefile  |   0
 tests/{test_hwtimer_wait => hwtimer_wait}/main.c    |   0
 tests/{test_ipc_pingpong => ipc_pingpong}/Makefile  |   0
 tests/{test_ipc_pingpong => ipc_pingpong}/main.c    |   0
 .../tests/01-test                                   |   0
 tests/{test_irq => irq}/Makefile                    |   0
 tests/{test_irq => irq}/main.c                      |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 tests/{test_nativenet => nativenet}/Makefile        |   0
 tests/{test_nativenet => nativenet}/main.c          |   0
 tests/{test_net_if => net_if}/Makefile              |   0
 tests/{test_net_if => net_if}/main.c                |   0
 tests/{test_pipe => pipe}/Makefile                  |   0
 tests/{test_pipe => pipe}/main.c                    |   0
 tests/{test_pnet => pnet}/Makefile                  |   0
 tests/{test_pnet => pnet}/main.c                    |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 tests/{test_posix_sleep => posix_sleep}/Makefile    |   0
 tests/{test_posix_sleep => posix_sleep}/main.c      |   0
 tests/{test_pthread => pthread}/Makefile            |   0
 tests/{test_pthread => pthread}/main.c              |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../tests/01-test                                   |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../Makefile                                        |   0
 .../{test_pthread_rwlock => pthread_rwlock}/main.c  |   0
 .../Makefile                                        |   0
 .../{test_queue_fairness => queue_fairness}/main.c  |   0
 .../tests/01-test                                   |   0
 tests/{test_sha256 => sha256}/Makefile              |   0
 tests/{test_sha256 => sha256}/main.c                |   0
 tests/{test_sha256 => sha256}/tests/01-test         |   0
 tests/{test_shell => shell}/Makefile                |   0
 tests/{test_shell => shell}/ReadMe.txt              |   0
 tests/{test_shell => shell}/main.c                  |   0
 tests/{test_shell => shell}/tests/01-basic          |   0
 .../{test_shell => shell}/tests/02-unknown-command  |   0
 .../tests/03-inputlength-regression                 |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 tests/{test_thread_basic => thread_basic}/Makefile  |   0
 tests/{test_thread_basic => thread_basic}/main.c    |   0
 .../tests/test_thread.py                            |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 tests/{test_thread_exit => thread_exit}/Makefile    |   0
 tests/{test_thread_exit => thread_exit}/main.c      |   0
 .../tests/hello-world                               |   0
 tests/{test_thread_msg => thread_msg}/Makefile      |   0
 tests/{test_thread_msg => thread_msg}/main.c        |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 .../Makefile                                        |   0
 .../{test_thread_msg_seq => thread_msg_seq}/main.c  |   0
 tests/{test_vtimer_msg => vtimer_msg}/Makefile      |   0
 tests/{test_vtimer_msg => vtimer_msg}/main.c        |   0
 .../Makefile                                        |   0
 .../main.c                                          |   0
 88 files changed, 0 insertions(+), 0 deletions(-)
 rename tests/{test_bitarithm_timings => bitarithm_timings}/Makefile (100%)
 rename tests/{test_bitarithm_timings => bitarithm_timings}/main.c (100%)
 rename tests/{test_bloom => bloom}/Makefile (100%)
 rename tests/{test_bloom => bloom}/generate_sets.py (100%)
 rename tests/{test_bloom => bloom}/main.c (100%)
 rename tests/{test_bloom => bloom}/words.txt.gz (100%)
 rename tests/{test_bloom_bytes => bloom_bytes}/Makefile (100%)
 rename tests/{test_bloom_bytes => bloom_bytes}/main.c (100%)
 rename tests/{test_coap => coap}/Makefile (100%)
 rename tests/{test_coap => coap}/main.c (100%)
 rename tests/{test_disable_module => disable_module}/Makefile (100%)
 rename tests/{test_disable_module => disable_module}/main.c (100%)
 rename tests/{test_float => float}/Makefile (100%)
 rename tests/{test_float => float}/README.md (100%)
 rename tests/{test_float => float}/main.c (100%)
 rename tests/{test_hwtimer => hwtimer}/Makefile (100%)
 rename tests/{test_hwtimer => hwtimer}/main.c (100%)
 rename tests/{test_hwtimer => hwtimer}/tests/test_hwtimer (100%)
 rename tests/{test_hwtimer_spin => hwtimer_spin}/Makefile (100%)
 rename tests/{test_hwtimer_spin => hwtimer_spin}/main.c (100%)
 rename tests/{test_hwtimer_wait => hwtimer_wait}/Makefile (100%)
 rename tests/{test_hwtimer_wait => hwtimer_wait}/main.c (100%)
 rename tests/{test_ipc_pingpong => ipc_pingpong}/Makefile (100%)
 rename tests/{test_ipc_pingpong => ipc_pingpong}/main.c (100%)
 rename tests/{test_ipc_pingpong => ipc_pingpong}/tests/01-test (100%)
 rename tests/{test_irq => irq}/Makefile (100%)
 rename tests/{test_irq => irq}/main.c (100%)
 rename tests/{test_mutex_unlock_and_sleep => mutex_unlock_and_sleep}/Makefile (100%)
 rename tests/{test_mutex_unlock_and_sleep => mutex_unlock_and_sleep}/main.c (100%)
 rename tests/{test_nativenet => nativenet}/Makefile (100%)
 rename tests/{test_nativenet => nativenet}/main.c (100%)
 rename tests/{test_net_if => net_if}/Makefile (100%)
 rename tests/{test_net_if => net_if}/main.c (100%)
 rename tests/{test_pipe => pipe}/Makefile (100%)
 rename tests/{test_pipe => pipe}/main.c (100%)
 rename tests/{test_pnet => pnet}/Makefile (100%)
 rename tests/{test_pnet => pnet}/main.c (100%)
 rename tests/{test_posix_semaphore => posix_semaphore}/Makefile (100%)
 rename tests/{test_posix_semaphore => posix_semaphore}/main.c (100%)
 rename tests/{test_posix_sleep => posix_sleep}/Makefile (100%)
 rename tests/{test_posix_sleep => posix_sleep}/main.c (100%)
 rename tests/{test_pthread => pthread}/Makefile (100%)
 rename tests/{test_pthread => pthread}/main.c (100%)
 rename tests/{test_pthread_barrier => pthread_barrier}/Makefile (100%)
 rename tests/{test_pthread_barrier => pthread_barrier}/main.c (100%)
 rename tests/{test_pthread_cleanup => pthread_cleanup}/Makefile (100%)
 rename tests/{test_pthread_cleanup => pthread_cleanup}/main.c (100%)
 rename tests/{test_pthread_cleanup => pthread_cleanup}/tests/01-test (100%)
 rename tests/{test_pthread_condition_variable => pthread_condition_variable}/Makefile (100%)
 rename tests/{test_pthread_condition_variable => pthread_condition_variable}/main.c (100%)
 rename tests/{test_pthread_cooperation => pthread_cooperation}/Makefile (100%)
 rename tests/{test_pthread_cooperation => pthread_cooperation}/main.c (100%)
 rename tests/{test_pthread_rwlock => pthread_rwlock}/Makefile (100%)
 rename tests/{test_pthread_rwlock => pthread_rwlock}/main.c (100%)
 rename tests/{test_queue_fairness => queue_fairness}/Makefile (100%)
 rename tests/{test_queue_fairness => queue_fairness}/main.c (100%)
 rename tests/{test_queue_fairness => queue_fairness}/tests/01-test (100%)
 rename tests/{test_sha256 => sha256}/Makefile (100%)
 rename tests/{test_sha256 => sha256}/main.c (100%)
 rename tests/{test_sha256 => sha256}/tests/01-test (100%)
 rename tests/{test_shell => shell}/Makefile (100%)
 rename tests/{test_shell => shell}/ReadMe.txt (100%)
 rename tests/{test_shell => shell}/main.c (100%)
 rename tests/{test_shell => shell}/tests/01-basic (100%)
 rename tests/{test_shell => shell}/tests/02-unknown-command (100%)
 rename tests/{test_shell => shell}/tests/03-inputlength-regression (100%)
 rename tests/{test_struct_tm_utility => struct_tm_utility}/Makefile (100%)
 rename tests/{test_struct_tm_utility => struct_tm_utility}/main.c (100%)
 rename tests/{test_thread_basic => thread_basic}/Makefile (100%)
 rename tests/{test_thread_basic => thread_basic}/main.c (100%)
 rename tests/{test_thread_basic => thread_basic}/tests/test_thread.py (100%)
 rename tests/{test_thread_cooperation => thread_cooperation}/Makefile (100%)
 rename tests/{test_thread_cooperation => thread_cooperation}/main.c (100%)
 rename tests/{test_thread_exit => thread_exit}/Makefile (100%)
 rename tests/{test_thread_exit => thread_exit}/main.c (100%)
 rename tests/{test_thread_exit => thread_exit}/tests/hello-world (100%)
 rename tests/{test_thread_msg => thread_msg}/Makefile (100%)
 rename tests/{test_thread_msg => thread_msg}/main.c (100%)
 rename tests/{test_thread_msg_block_w_queue => thread_msg_block_w_queue}/Makefile (100%)
 rename tests/{test_thread_msg_block_w_queue => thread_msg_block_w_queue}/main.c (100%)
 rename tests/{test_thread_msg_block_wo_queue => thread_msg_block_wo_queue}/Makefile (100%)
 rename tests/{test_thread_msg_block_wo_queue => thread_msg_block_wo_queue}/main.c (100%)
 rename tests/{test_thread_msg_seq => thread_msg_seq}/Makefile (100%)
 rename tests/{test_thread_msg_seq => thread_msg_seq}/main.c (100%)
 rename tests/{test_vtimer_msg => vtimer_msg}/Makefile (100%)
 rename tests/{test_vtimer_msg => vtimer_msg}/main.c (100%)
 rename tests/{test_vtimer_msg_diff => vtimer_msg_diff}/Makefile (100%)
 rename tests/{test_vtimer_msg_diff => vtimer_msg_diff}/main.c (100%)

diff --git a/tests/test_bitarithm_timings/Makefile b/tests/bitarithm_timings/Makefile
similarity index 100%
rename from tests/test_bitarithm_timings/Makefile
rename to tests/bitarithm_timings/Makefile
diff --git a/tests/test_bitarithm_timings/main.c b/tests/bitarithm_timings/main.c
similarity index 100%
rename from tests/test_bitarithm_timings/main.c
rename to tests/bitarithm_timings/main.c
diff --git a/tests/test_bloom/Makefile b/tests/bloom/Makefile
similarity index 100%
rename from tests/test_bloom/Makefile
rename to tests/bloom/Makefile
diff --git a/tests/test_bloom/generate_sets.py b/tests/bloom/generate_sets.py
similarity index 100%
rename from tests/test_bloom/generate_sets.py
rename to tests/bloom/generate_sets.py
diff --git a/tests/test_bloom/main.c b/tests/bloom/main.c
similarity index 100%
rename from tests/test_bloom/main.c
rename to tests/bloom/main.c
diff --git a/tests/test_bloom/words.txt.gz b/tests/bloom/words.txt.gz
similarity index 100%
rename from tests/test_bloom/words.txt.gz
rename to tests/bloom/words.txt.gz
diff --git a/tests/test_bloom_bytes/Makefile b/tests/bloom_bytes/Makefile
similarity index 100%
rename from tests/test_bloom_bytes/Makefile
rename to tests/bloom_bytes/Makefile
diff --git a/tests/test_bloom_bytes/main.c b/tests/bloom_bytes/main.c
similarity index 100%
rename from tests/test_bloom_bytes/main.c
rename to tests/bloom_bytes/main.c
diff --git a/tests/test_coap/Makefile b/tests/coap/Makefile
similarity index 100%
rename from tests/test_coap/Makefile
rename to tests/coap/Makefile
diff --git a/tests/test_coap/main.c b/tests/coap/main.c
similarity index 100%
rename from tests/test_coap/main.c
rename to tests/coap/main.c
diff --git a/tests/test_disable_module/Makefile b/tests/disable_module/Makefile
similarity index 100%
rename from tests/test_disable_module/Makefile
rename to tests/disable_module/Makefile
diff --git a/tests/test_disable_module/main.c b/tests/disable_module/main.c
similarity index 100%
rename from tests/test_disable_module/main.c
rename to tests/disable_module/main.c
diff --git a/tests/test_float/Makefile b/tests/float/Makefile
similarity index 100%
rename from tests/test_float/Makefile
rename to tests/float/Makefile
diff --git a/tests/test_float/README.md b/tests/float/README.md
similarity index 100%
rename from tests/test_float/README.md
rename to tests/float/README.md
diff --git a/tests/test_float/main.c b/tests/float/main.c
similarity index 100%
rename from tests/test_float/main.c
rename to tests/float/main.c
diff --git a/tests/test_hwtimer/Makefile b/tests/hwtimer/Makefile
similarity index 100%
rename from tests/test_hwtimer/Makefile
rename to tests/hwtimer/Makefile
diff --git a/tests/test_hwtimer/main.c b/tests/hwtimer/main.c
similarity index 100%
rename from tests/test_hwtimer/main.c
rename to tests/hwtimer/main.c
diff --git a/tests/test_hwtimer/tests/test_hwtimer b/tests/hwtimer/tests/test_hwtimer
similarity index 100%
rename from tests/test_hwtimer/tests/test_hwtimer
rename to tests/hwtimer/tests/test_hwtimer
diff --git a/tests/test_hwtimer_spin/Makefile b/tests/hwtimer_spin/Makefile
similarity index 100%
rename from tests/test_hwtimer_spin/Makefile
rename to tests/hwtimer_spin/Makefile
diff --git a/tests/test_hwtimer_spin/main.c b/tests/hwtimer_spin/main.c
similarity index 100%
rename from tests/test_hwtimer_spin/main.c
rename to tests/hwtimer_spin/main.c
diff --git a/tests/test_hwtimer_wait/Makefile b/tests/hwtimer_wait/Makefile
similarity index 100%
rename from tests/test_hwtimer_wait/Makefile
rename to tests/hwtimer_wait/Makefile
diff --git a/tests/test_hwtimer_wait/main.c b/tests/hwtimer_wait/main.c
similarity index 100%
rename from tests/test_hwtimer_wait/main.c
rename to tests/hwtimer_wait/main.c
diff --git a/tests/test_ipc_pingpong/Makefile b/tests/ipc_pingpong/Makefile
similarity index 100%
rename from tests/test_ipc_pingpong/Makefile
rename to tests/ipc_pingpong/Makefile
diff --git a/tests/test_ipc_pingpong/main.c b/tests/ipc_pingpong/main.c
similarity index 100%
rename from tests/test_ipc_pingpong/main.c
rename to tests/ipc_pingpong/main.c
diff --git a/tests/test_ipc_pingpong/tests/01-test b/tests/ipc_pingpong/tests/01-test
similarity index 100%
rename from tests/test_ipc_pingpong/tests/01-test
rename to tests/ipc_pingpong/tests/01-test
diff --git a/tests/test_irq/Makefile b/tests/irq/Makefile
similarity index 100%
rename from tests/test_irq/Makefile
rename to tests/irq/Makefile
diff --git a/tests/test_irq/main.c b/tests/irq/main.c
similarity index 100%
rename from tests/test_irq/main.c
rename to tests/irq/main.c
diff --git a/tests/test_mutex_unlock_and_sleep/Makefile b/tests/mutex_unlock_and_sleep/Makefile
similarity index 100%
rename from tests/test_mutex_unlock_and_sleep/Makefile
rename to tests/mutex_unlock_and_sleep/Makefile
diff --git a/tests/test_mutex_unlock_and_sleep/main.c b/tests/mutex_unlock_and_sleep/main.c
similarity index 100%
rename from tests/test_mutex_unlock_and_sleep/main.c
rename to tests/mutex_unlock_and_sleep/main.c
diff --git a/tests/test_nativenet/Makefile b/tests/nativenet/Makefile
similarity index 100%
rename from tests/test_nativenet/Makefile
rename to tests/nativenet/Makefile
diff --git a/tests/test_nativenet/main.c b/tests/nativenet/main.c
similarity index 100%
rename from tests/test_nativenet/main.c
rename to tests/nativenet/main.c
diff --git a/tests/test_net_if/Makefile b/tests/net_if/Makefile
similarity index 100%
rename from tests/test_net_if/Makefile
rename to tests/net_if/Makefile
diff --git a/tests/test_net_if/main.c b/tests/net_if/main.c
similarity index 100%
rename from tests/test_net_if/main.c
rename to tests/net_if/main.c
diff --git a/tests/test_pipe/Makefile b/tests/pipe/Makefile
similarity index 100%
rename from tests/test_pipe/Makefile
rename to tests/pipe/Makefile
diff --git a/tests/test_pipe/main.c b/tests/pipe/main.c
similarity index 100%
rename from tests/test_pipe/main.c
rename to tests/pipe/main.c
diff --git a/tests/test_pnet/Makefile b/tests/pnet/Makefile
similarity index 100%
rename from tests/test_pnet/Makefile
rename to tests/pnet/Makefile
diff --git a/tests/test_pnet/main.c b/tests/pnet/main.c
similarity index 100%
rename from tests/test_pnet/main.c
rename to tests/pnet/main.c
diff --git a/tests/test_posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
similarity index 100%
rename from tests/test_posix_semaphore/Makefile
rename to tests/posix_semaphore/Makefile
diff --git a/tests/test_posix_semaphore/main.c b/tests/posix_semaphore/main.c
similarity index 100%
rename from tests/test_posix_semaphore/main.c
rename to tests/posix_semaphore/main.c
diff --git a/tests/test_posix_sleep/Makefile b/tests/posix_sleep/Makefile
similarity index 100%
rename from tests/test_posix_sleep/Makefile
rename to tests/posix_sleep/Makefile
diff --git a/tests/test_posix_sleep/main.c b/tests/posix_sleep/main.c
similarity index 100%
rename from tests/test_posix_sleep/main.c
rename to tests/posix_sleep/main.c
diff --git a/tests/test_pthread/Makefile b/tests/pthread/Makefile
similarity index 100%
rename from tests/test_pthread/Makefile
rename to tests/pthread/Makefile
diff --git a/tests/test_pthread/main.c b/tests/pthread/main.c
similarity index 100%
rename from tests/test_pthread/main.c
rename to tests/pthread/main.c
diff --git a/tests/test_pthread_barrier/Makefile b/tests/pthread_barrier/Makefile
similarity index 100%
rename from tests/test_pthread_barrier/Makefile
rename to tests/pthread_barrier/Makefile
diff --git a/tests/test_pthread_barrier/main.c b/tests/pthread_barrier/main.c
similarity index 100%
rename from tests/test_pthread_barrier/main.c
rename to tests/pthread_barrier/main.c
diff --git a/tests/test_pthread_cleanup/Makefile b/tests/pthread_cleanup/Makefile
similarity index 100%
rename from tests/test_pthread_cleanup/Makefile
rename to tests/pthread_cleanup/Makefile
diff --git a/tests/test_pthread_cleanup/main.c b/tests/pthread_cleanup/main.c
similarity index 100%
rename from tests/test_pthread_cleanup/main.c
rename to tests/pthread_cleanup/main.c
diff --git a/tests/test_pthread_cleanup/tests/01-test b/tests/pthread_cleanup/tests/01-test
similarity index 100%
rename from tests/test_pthread_cleanup/tests/01-test
rename to tests/pthread_cleanup/tests/01-test
diff --git a/tests/test_pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile
similarity index 100%
rename from tests/test_pthread_condition_variable/Makefile
rename to tests/pthread_condition_variable/Makefile
diff --git a/tests/test_pthread_condition_variable/main.c b/tests/pthread_condition_variable/main.c
similarity index 100%
rename from tests/test_pthread_condition_variable/main.c
rename to tests/pthread_condition_variable/main.c
diff --git a/tests/test_pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile
similarity index 100%
rename from tests/test_pthread_cooperation/Makefile
rename to tests/pthread_cooperation/Makefile
diff --git a/tests/test_pthread_cooperation/main.c b/tests/pthread_cooperation/main.c
similarity index 100%
rename from tests/test_pthread_cooperation/main.c
rename to tests/pthread_cooperation/main.c
diff --git a/tests/test_pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
similarity index 100%
rename from tests/test_pthread_rwlock/Makefile
rename to tests/pthread_rwlock/Makefile
diff --git a/tests/test_pthread_rwlock/main.c b/tests/pthread_rwlock/main.c
similarity index 100%
rename from tests/test_pthread_rwlock/main.c
rename to tests/pthread_rwlock/main.c
diff --git a/tests/test_queue_fairness/Makefile b/tests/queue_fairness/Makefile
similarity index 100%
rename from tests/test_queue_fairness/Makefile
rename to tests/queue_fairness/Makefile
diff --git a/tests/test_queue_fairness/main.c b/tests/queue_fairness/main.c
similarity index 100%
rename from tests/test_queue_fairness/main.c
rename to tests/queue_fairness/main.c
diff --git a/tests/test_queue_fairness/tests/01-test b/tests/queue_fairness/tests/01-test
similarity index 100%
rename from tests/test_queue_fairness/tests/01-test
rename to tests/queue_fairness/tests/01-test
diff --git a/tests/test_sha256/Makefile b/tests/sha256/Makefile
similarity index 100%
rename from tests/test_sha256/Makefile
rename to tests/sha256/Makefile
diff --git a/tests/test_sha256/main.c b/tests/sha256/main.c
similarity index 100%
rename from tests/test_sha256/main.c
rename to tests/sha256/main.c
diff --git a/tests/test_sha256/tests/01-test b/tests/sha256/tests/01-test
similarity index 100%
rename from tests/test_sha256/tests/01-test
rename to tests/sha256/tests/01-test
diff --git a/tests/test_shell/Makefile b/tests/shell/Makefile
similarity index 100%
rename from tests/test_shell/Makefile
rename to tests/shell/Makefile
diff --git a/tests/test_shell/ReadMe.txt b/tests/shell/ReadMe.txt
similarity index 100%
rename from tests/test_shell/ReadMe.txt
rename to tests/shell/ReadMe.txt
diff --git a/tests/test_shell/main.c b/tests/shell/main.c
similarity index 100%
rename from tests/test_shell/main.c
rename to tests/shell/main.c
diff --git a/tests/test_shell/tests/01-basic b/tests/shell/tests/01-basic
similarity index 100%
rename from tests/test_shell/tests/01-basic
rename to tests/shell/tests/01-basic
diff --git a/tests/test_shell/tests/02-unknown-command b/tests/shell/tests/02-unknown-command
similarity index 100%
rename from tests/test_shell/tests/02-unknown-command
rename to tests/shell/tests/02-unknown-command
diff --git a/tests/test_shell/tests/03-inputlength-regression b/tests/shell/tests/03-inputlength-regression
similarity index 100%
rename from tests/test_shell/tests/03-inputlength-regression
rename to tests/shell/tests/03-inputlength-regression
diff --git a/tests/test_struct_tm_utility/Makefile b/tests/struct_tm_utility/Makefile
similarity index 100%
rename from tests/test_struct_tm_utility/Makefile
rename to tests/struct_tm_utility/Makefile
diff --git a/tests/test_struct_tm_utility/main.c b/tests/struct_tm_utility/main.c
similarity index 100%
rename from tests/test_struct_tm_utility/main.c
rename to tests/struct_tm_utility/main.c
diff --git a/tests/test_thread_basic/Makefile b/tests/thread_basic/Makefile
similarity index 100%
rename from tests/test_thread_basic/Makefile
rename to tests/thread_basic/Makefile
diff --git a/tests/test_thread_basic/main.c b/tests/thread_basic/main.c
similarity index 100%
rename from tests/test_thread_basic/main.c
rename to tests/thread_basic/main.c
diff --git a/tests/test_thread_basic/tests/test_thread.py b/tests/thread_basic/tests/test_thread.py
similarity index 100%
rename from tests/test_thread_basic/tests/test_thread.py
rename to tests/thread_basic/tests/test_thread.py
diff --git a/tests/test_thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
similarity index 100%
rename from tests/test_thread_cooperation/Makefile
rename to tests/thread_cooperation/Makefile
diff --git a/tests/test_thread_cooperation/main.c b/tests/thread_cooperation/main.c
similarity index 100%
rename from tests/test_thread_cooperation/main.c
rename to tests/thread_cooperation/main.c
diff --git a/tests/test_thread_exit/Makefile b/tests/thread_exit/Makefile
similarity index 100%
rename from tests/test_thread_exit/Makefile
rename to tests/thread_exit/Makefile
diff --git a/tests/test_thread_exit/main.c b/tests/thread_exit/main.c
similarity index 100%
rename from tests/test_thread_exit/main.c
rename to tests/thread_exit/main.c
diff --git a/tests/test_thread_exit/tests/hello-world b/tests/thread_exit/tests/hello-world
similarity index 100%
rename from tests/test_thread_exit/tests/hello-world
rename to tests/thread_exit/tests/hello-world
diff --git a/tests/test_thread_msg/Makefile b/tests/thread_msg/Makefile
similarity index 100%
rename from tests/test_thread_msg/Makefile
rename to tests/thread_msg/Makefile
diff --git a/tests/test_thread_msg/main.c b/tests/thread_msg/main.c
similarity index 100%
rename from tests/test_thread_msg/main.c
rename to tests/thread_msg/main.c
diff --git a/tests/test_thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile
similarity index 100%
rename from tests/test_thread_msg_block_w_queue/Makefile
rename to tests/thread_msg_block_w_queue/Makefile
diff --git a/tests/test_thread_msg_block_w_queue/main.c b/tests/thread_msg_block_w_queue/main.c
similarity index 100%
rename from tests/test_thread_msg_block_w_queue/main.c
rename to tests/thread_msg_block_w_queue/main.c
diff --git a/tests/test_thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile
similarity index 100%
rename from tests/test_thread_msg_block_wo_queue/Makefile
rename to tests/thread_msg_block_wo_queue/Makefile
diff --git a/tests/test_thread_msg_block_wo_queue/main.c b/tests/thread_msg_block_wo_queue/main.c
similarity index 100%
rename from tests/test_thread_msg_block_wo_queue/main.c
rename to tests/thread_msg_block_wo_queue/main.c
diff --git a/tests/test_thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile
similarity index 100%
rename from tests/test_thread_msg_seq/Makefile
rename to tests/thread_msg_seq/Makefile
diff --git a/tests/test_thread_msg_seq/main.c b/tests/thread_msg_seq/main.c
similarity index 100%
rename from tests/test_thread_msg_seq/main.c
rename to tests/thread_msg_seq/main.c
diff --git a/tests/test_vtimer_msg/Makefile b/tests/vtimer_msg/Makefile
similarity index 100%
rename from tests/test_vtimer_msg/Makefile
rename to tests/vtimer_msg/Makefile
diff --git a/tests/test_vtimer_msg/main.c b/tests/vtimer_msg/main.c
similarity index 100%
rename from tests/test_vtimer_msg/main.c
rename to tests/vtimer_msg/main.c
diff --git a/tests/test_vtimer_msg_diff/Makefile b/tests/vtimer_msg_diff/Makefile
similarity index 100%
rename from tests/test_vtimer_msg_diff/Makefile
rename to tests/vtimer_msg_diff/Makefile
diff --git a/tests/test_vtimer_msg_diff/main.c b/tests/vtimer_msg_diff/main.c
similarity index 100%
rename from tests/test_vtimer_msg_diff/main.c
rename to tests/vtimer_msg_diff/main.c
-- 
GitLab