From: Johannes Berg Date: Sat, 2 Feb 2019 22:16:05 +0000 (+0100) Subject: tests: Build hs20-osu-client X-Git-Tag: hostap_2_8~414 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00bd8157aa3d3345f9f373577fbcc978b7ede451;p=thirdparty%2Fhostap.git tests: Build hs20-osu-client For tests, build the HS 2.0 OSU client (without browser to avoid having webkit/curl dependencies). Signed-off-by: Johannes Berg --- diff --git a/tests/hwsim/build.sh b/tests/hwsim/build.sh index b35e0f1c1..9f249952c 100755 --- a/tests/hwsim/build.sh +++ b/tests/hwsim/build.sh @@ -36,8 +36,13 @@ cd ../../../wlantest make clean > /dev/null make QUIET=1 -j8 > /dev/null +echo "Building hs20-osu-client" +cd ../hs20/client/ +make clean > /dev/null 2>&1 +make QUIET=1 CONFIG_NO_BROWSER=1 + echo "Building hostapd" -cd ../hostapd +cd ../../hostapd if [ ! -e .config -o $force_config -eq 1 ]; then cp ../tests/hwsim/example-hostapd.config .config else