This website requires JavaScript.
Explore
Help
Register
Sign In
riot-ci
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
tests: remove
test_
prefix
Browse Source
Closes
#1485
.
...
This commit is contained in:
René Kijewski
2014-07-30 21:29:09 +02:00
parent
b8aa5dbaf8
commit
d46c7e00d4
88 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
tests/test_bitarithm_timings/Makefile → tests/bitarithm_timings/Makefile
Unescape
Escape
View File
0
tests/test_bitarithm_timings/main.c → tests/bitarithm_timings/main.c
Unescape
Escape
View File
0
tests/test_bloom/Makefile → tests/bloom/Makefile
Unescape
Escape
View File
0
tests/test_bloom/generate_sets.py → tests/bloom/generate_sets.py
Unescape
Escape
View File
0
tests/test_bloom/main.c → tests/bloom/main.c
Unescape
Escape
View File
0
tests/test_bloom/words.txt.gz → tests/bloom/words.txt.gz
Unescape
Escape
View File
0
tests/test_bloom_bytes/Makefile → tests/bloom_bytes/Makefile
Unescape
Escape
View File
0
tests/test_bloom_bytes/main.c → tests/bloom_bytes/main.c
Unescape
Escape
View File
0
tests/test_coap/Makefile → tests/coap/Makefile
Unescape
Escape
View File
0
tests/test_coap/main.c → tests/coap/main.c
Unescape
Escape
View File
0
tests/test_disable_module/Makefile → tests/disable_module/Makefile
Unescape
Escape
View File
0
tests/test_disable_module/main.c → tests/disable_module/main.c
Unescape
Escape
View File
0
tests/test_float/Makefile → tests/float/Makefile
Unescape
Escape
View File
0
tests/test_float/README.md → tests/float/README.md
Unescape
Escape
View File
0
tests/test_float/main.c → tests/float/main.c
Unescape
Escape
View File
0
tests/test_hwtimer/Makefile → tests/hwtimer/Makefile
Unescape
Escape
View File
0
tests/test_hwtimer/main.c → tests/hwtimer/main.c
Unescape
Escape
View File
0
tests/test_hwtimer/tests/test_hwtimer → tests/hwtimer/tests/test_hwtimer
Unescape
Escape
View File
0
tests/test_hwtimer_spin/Makefile → tests/hwtimer_spin/Makefile
Unescape
Escape
View File
0
tests/test_hwtimer_spin/main.c → tests/hwtimer_spin/main.c
Unescape
Escape
View File
0
tests/test_hwtimer_wait/Makefile → tests/hwtimer_wait/Makefile
Unescape
Escape
View File
0
tests/test_hwtimer_wait/main.c → tests/hwtimer_wait/main.c
Unescape
Escape
View File
0
tests/test_ipc_pingpong/Makefile → tests/ipc_pingpong/Makefile
Unescape
Escape
View File
0
tests/test_ipc_pingpong/main.c → tests/ipc_pingpong/main.c
Unescape
Escape
View File
0
tests/test_ipc_pingpong/tests/01-test → tests/ipc_pingpong/tests/01-test
Unescape
Escape
View File
0
tests/test_irq/Makefile → tests/irq/Makefile
Unescape
Escape
View File
0
tests/test_irq/main.c → tests/irq/main.c
Unescape
Escape
View File
0
tests/test_mutex_unlock_and_sleep/Makefile → tests/mutex_unlock_and_sleep/Makefile
Unescape
Escape
View File
0
tests/test_mutex_unlock_and_sleep/main.c → tests/mutex_unlock_and_sleep/main.c
Unescape
Escape
View File
0
tests/test_nativenet/Makefile → tests/nativenet/Makefile
Unescape
Escape
View File
0
tests/test_nativenet/main.c → tests/nativenet/main.c
Unescape
Escape
View File
0
tests/test_net_if/Makefile → tests/net_if/Makefile
Unescape
Escape
View File
0
tests/test_net_if/main.c → tests/net_if/main.c
Unescape
Escape
View File
0
tests/test_pipe/Makefile → tests/pipe/Makefile
Unescape
Escape
View File
0
tests/test_pipe/main.c → tests/pipe/main.c
Unescape
Escape
View File
0
tests/test_pnet/Makefile → tests/pnet/Makefile
Unescape
Escape
View File
0
tests/test_pnet/main.c → tests/pnet/main.c
Unescape
Escape
View File
0
tests/test_posix_semaphore/Makefile → tests/posix_semaphore/Makefile
Unescape
Escape
View File
0
tests/test_posix_semaphore/main.c → tests/posix_semaphore/main.c
Unescape
Escape
View File
0
tests/test_posix_sleep/Makefile → tests/posix_sleep/Makefile
Unescape
Escape
View File
0
tests/test_posix_sleep/main.c → tests/posix_sleep/main.c
Unescape
Escape
View File
0
tests/test_pthread/Makefile → tests/pthread/Makefile
Unescape
Escape
View File
0
tests/test_pthread/main.c → tests/pthread/main.c
Unescape
Escape
View File
0
tests/test_pthread_barrier/Makefile → tests/pthread_barrier/Makefile
Unescape
Escape
View File
0
tests/test_pthread_barrier/main.c → tests/pthread_barrier/main.c
Unescape
Escape
View File
0
tests/test_pthread_cleanup/Makefile → tests/pthread_cleanup/Makefile
Unescape
Escape
View File
0
tests/test_pthread_cleanup/main.c → tests/pthread_cleanup/main.c
Unescape
Escape
View File
0
tests/test_pthread_cleanup/tests/01-test → tests/pthread_cleanup/tests/01-test
Unescape
Escape
View File
0
tests/test_pthread_condition_variable/Makefile → tests/pthread_condition_variable/Makefile
Unescape
Escape
View File
0
tests/test_pthread_condition_variable/main.c → tests/pthread_condition_variable/main.c
Unescape
Escape
View File
0
tests/test_pthread_cooperation/Makefile → tests/pthread_cooperation/Makefile
Unescape
Escape
View File
0
tests/test_pthread_cooperation/main.c → tests/pthread_cooperation/main.c
Unescape
Escape
View File
0
tests/test_pthread_rwlock/Makefile → tests/pthread_rwlock/Makefile
Unescape
Escape
View File
0
tests/test_pthread_rwlock/main.c → tests/pthread_rwlock/main.c
Unescape
Escape
View File
0
tests/test_queue_fairness/Makefile → tests/queue_fairness/Makefile
Unescape
Escape
View File
0
tests/test_queue_fairness/main.c → tests/queue_fairness/main.c
Unescape
Escape
View File
0
tests/test_queue_fairness/tests/01-test → tests/queue_fairness/tests/01-test
Unescape
Escape
View File
0
tests/test_sha256/Makefile → tests/sha256/Makefile
Unescape
Escape
View File
0
tests/test_sha256/main.c → tests/sha256/main.c
Unescape
Escape
View File
0
tests/test_sha256/tests/01-test → tests/sha256/tests/01-test
Unescape
Escape
View File
0
tests/test_shell/Makefile → tests/shell/Makefile
Unescape
Escape
View File
0
tests/test_shell/ReadMe.txt → tests/shell/ReadMe.txt
Unescape
Escape
View File
0
tests/test_shell/main.c → tests/shell/main.c
Unescape
Escape
View File
0
tests/test_shell/tests/01-basic → tests/shell/tests/01-basic
Unescape
Escape
View File
0
tests/test_shell/tests/02-unknown-command → tests/shell/tests/02-unknown-command
Unescape
Escape
View File
0
tests/test_shell/tests/03-inputlength-regression → tests/shell/tests/03-inputlength-regression
Unescape
Escape
View File
0
tests/test_struct_tm_utility/Makefile → tests/struct_tm_utility/Makefile
Unescape
Escape
View File
0
tests/test_struct_tm_utility/main.c → tests/struct_tm_utility/main.c
Unescape
Escape
View File
0
tests/test_thread_basic/Makefile → tests/thread_basic/Makefile
Unescape
Escape
View File
0
tests/test_thread_basic/main.c → tests/thread_basic/main.c
Unescape
Escape
View File
0
tests/test_thread_basic/tests/test_thread.py → tests/thread_basic/tests/test_thread.py
Unescape
Escape
View File
0
tests/test_thread_cooperation/Makefile → tests/thread_cooperation/Makefile
Unescape
Escape
View File
0
tests/test_thread_cooperation/main.c → tests/thread_cooperation/main.c
Unescape
Escape
View File
0
tests/test_thread_exit/Makefile → tests/thread_exit/Makefile
Unescape
Escape
View File
0
tests/test_thread_exit/main.c → tests/thread_exit/main.c
Unescape
Escape
View File
0
tests/test_thread_exit/tests/hello-world → tests/thread_exit/tests/hello-world
Unescape
Escape
View File
0
tests/test_thread_msg/Makefile → tests/thread_msg/Makefile
Unescape
Escape
View File
0
tests/test_thread_msg/main.c → tests/thread_msg/main.c
Unescape
Escape
View File
0
tests/test_thread_msg_block_w_queue/Makefile → tests/thread_msg_block_w_queue/Makefile
Unescape
Escape
View File
0
tests/test_thread_msg_block_w_queue/main.c → tests/thread_msg_block_w_queue/main.c
Unescape
Escape
View File
0
tests/test_thread_msg_block_wo_queue/Makefile → tests/thread_msg_block_wo_queue/Makefile
Unescape
Escape
View File
0
tests/test_thread_msg_block_wo_queue/main.c → tests/thread_msg_block_wo_queue/main.c
Unescape
Escape
View File
0
tests/test_thread_msg_seq/Makefile → tests/thread_msg_seq/Makefile
Unescape
Escape
View File
0
tests/test_thread_msg_seq/main.c → tests/thread_msg_seq/main.c
Unescape
Escape
View File
0
tests/test_vtimer_msg/Makefile → tests/vtimer_msg/Makefile
Unescape
Escape
View File
0
tests/test_vtimer_msg/main.c → tests/vtimer_msg/main.c
Unescape
Escape
View File
0
tests/test_vtimer_msg_diff/Makefile → tests/vtimer_msg_diff/Makefile
Unescape
Escape
View File
0
tests/test_vtimer_msg_diff/main.c → tests/vtimer_msg_diff/main.c
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
riot-ci/RIOT
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block