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 <johannes.berg@intel.com>
This commit is contained in:
parent
65b487ae54
commit
00bd8157aa
1 changed files with 6 additions and 1 deletions
|
@ -36,8 +36,13 @@ cd ../../../wlantest
|
||||||
make clean > /dev/null
|
make clean > /dev/null
|
||||||
make QUIET=1 -j8 > /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"
|
echo "Building hostapd"
|
||||||
cd ../hostapd
|
cd ../../hostapd
|
||||||
if [ ! -e .config -o $force_config -eq 1 ]; then
|
if [ ! -e .config -o $force_config -eq 1 ]; then
|
||||||
cp ../tests/hwsim/example-hostapd.config .config
|
cp ../tests/hwsim/example-hostapd.config .config
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue