1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/lwip
Francisco Molina 3db9eab6d9 tests: expect match \r\n or \s
- Since `printf()` is buffered it might not arrive in a single
  read to pexpect. Regex which terminate in a group match might
  match only some elements, this might break tests that depend
  on exact group matching.
2019-11-27 14:12:12 +01:00
..
tests tests: expect match \r\n or \s 2019-11-27 14:12:12 +01:00
common.c tests: intial import of lwIP test application 2016-03-30 17:35:51 +02:00
common.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
ip.c tests: port tests/lwip to sock 2017-04-25 18:15:23 +02:00
main.c tests: port tests/lwip to sock 2017-04-25 18:15:23 +02:00
Makefile tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci 2019-10-17 15:11:59 +02:00
Makefile.ci tests: add stm32f030f4-demo to Makefile.ci 2019-10-21 15:33:11 +02:00
tcp.c tests: port tests/lwip to sock 2017-04-25 18:15:23 +02:00
udp.c tests: port tests/lwip to sock 2017-04-25 18:15:23 +02:00