Dirk Ziegelmeier
|
756b7431a7
|
Start implementing unit tests for timers
|
2018-01-04 13:37:05 +01:00 |
|
goldsimon
|
597d5459bb
|
Make sys_arch_sem_wait() & sys_arch_mbox_fetch() a little more robust when waiting (although this should never be a problem...)
|
2017-07-20 22:02:30 +02:00 |
|
goldsimon
|
7b477b32b8
|
let unit test sys_arch check that a mutex is not taken recursively
|
2017-04-11 12:43:33 +02:00 |
|
goldsimon
|
972b7c2bfd
|
sys_arch unit tests: refine test_sys_arch_waiting_fn a bit
|
2017-03-18 10:22:44 +01:00 |
|
goldsimon
|
aa129f35a2
|
hopefully fix building unit tests on linux/clang
|
2017-03-17 09:29:06 +01:00 |
|
goldsimon
|
b0444a63b0
|
tried to fix sockets unit tests; fix configuration to run with any NO_SYS setting and with/without IPv6 (IPv4 is required)
|
2017-03-17 09:05:36 +01:00 |
|
goldsimon
|
fc47f846ed
|
Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c)
|
2017-03-16 22:49:38 +01:00 |
|
goldsimon
|
8313c4d870
|
tried to add basic socket unit tests (nonsense only for now); made LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that
|
2017-03-16 21:52:30 +01:00 |
|