]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Build hs20-osu-client
authorJohannes Berg <johannes.berg@intel.com>
Sat, 2 Feb 2019 22:16:05 +0000 (23:16 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 5 Feb 2019 21:51:36 +0000 (23:51 +0200)
For tests, build the HS 2.0 OSU client (without browser to avoid
having webkit/curl dependencies).

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/build.sh

index b35e0f1c15e13bddf09d5569037690d4d517b229..9f249952cee8914b39db403f13a9d0e46e5a4be9 100755 (executable)
@@ -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