Mentions légales du service

Skip to content

Fix hands-off testing of asebahttp

SHERMAN David requested to merge github/fork/davidjsherman/switch-http into master

Automatically start asebadummynode 0 for test-asebahttp. Use a bash script rather than a cmake script since cmake can't execute a process in the background; this works in MacOSX and Ubuntu, and in Windows if compiling under MSYS2 / MINGW.

Explicity use 127.0.0.1 for Aseba::HttpInterface's default dashel target (tcp:;port=33333) to fix testing under Windows.

Merge request reports