diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index d0015fa3c..602e4b84f 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -16,6 +16,7 @@ if [ -z "$LOGDIR" ] ; then else if [ -e $LOGDIR/alt-wpa_supplicant/wpa_supplicant/wpa_supplicant ]; then WPAS=$LOGDIR/alt-wpa_supplicant/wpa_supplicant/wpa_supplicant + WPACLI=$LOGDIR/alt-wpa_supplicant/wpa_supplicant/wpa_cli # extra code coverage $WPAS > /dev/null 2>&1 $WPAS -efoo -Ifoo -mfoo -ofoo -Ofoo -pfoo -Pfoo -h > /dev/null 2>&1 @@ -25,6 +26,7 @@ else fi if [ -e $LOGDIR/alt-hostapd/hostapd/hostapd ]; then HAPD=$LOGDIR/alt-hostapd/hostapd/hostapd + HAPDCLI=$LOGDIR/alt-hostapd/hostapd/hostapd_cli # extra code coverage $HAPD > /dev/null 2>&1 $HAPD -v > /dev/null 2>&1 diff --git a/tests/hwsim/vm/build-codecov.sh b/tests/hwsim/vm/build-codecov.sh index 676a24d51..e67ef2ea8 100755 --- a/tests/hwsim/vm/build-codecov.sh +++ b/tests/hwsim/vm/build-codecov.sh @@ -39,11 +39,11 @@ make -j8 > /dev/null cd $TMPDIR/alt-hostapd/hostapd echo "Building hostapd" -make -j8 hostapd > /dev/null +make -j8 hostapd hostapd_cli > /dev/null cd $TMPDIR/alt-hostapd-as/hostapd echo "Building hostapd (AS)" -make -j8 hostapd > /dev/null +make -j8 hostapd hostapd_cli > /dev/null cd $TMPDIR/alt-hlr_auc_gw/hostapd echo "Building hlr_auc_gw"