mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
de29e4184c
Application developers use `$(USEMODULES)` in their Makefiles to have the relevant functionally automagically added to their apps. This even does basic dependency tracking by means of `Makefile.dep`. But an important thing is missing: the automatic adding of include paths. This is inconvenient, error prone, and will hinder the RIOT core developers in future to change folder structures. |
||
---|---|---|
.. | ||
test_bloom | ||
test_bloom_bytes | ||
test_float | ||
test_hwtimer | ||
test_hwtimer_spin | ||
test_irq | ||
test_mutex_unlock_and_sleep | ||
test_nativenet | ||
test_net_if | ||
test_pnet | ||
test_posix_semaphore | ||
test_posix_sleep | ||
test_pthread | ||
test_pthread_cooperation | ||
test_queue_fairness | ||
test_sha256 | ||
test_shell | ||
test_thread_basic | ||
test_thread_cooperation | ||
test_thread_exit | ||
test_thread_msg | ||
test_thread_msg_block_w_queue | ||
test_thread_msg_block_wo_queue | ||
test_thread_msg_seq | ||
test_vtimer_msg | ||
Makefile.tests_common |