tests: Run make clean for hwsim_test before rebuilding it

This makes sure that the build.sh script ends up rebuilding hwsim_test.

Signed-off-by: Amit Khatri <amit.khatri@samsung.com>
This commit is contained in:
Amit Khatri 2014-04-01 04:59:47 +00:00 committed by Jouni Malinen
parent 39a5800f7c
commit 0f3d4b504d
2 changed files with 5 additions and 0 deletions

View file

@ -9,3 +9,7 @@ CFLAGS = -O2 -Wall -g
endif
hwsim_test: hwsim_test.o
clean:
rm -rf *.o
rm -rf hwsim_test

View file

@ -20,4 +20,5 @@ cd ../wlantest
make clean
make -j8
cd ../mac80211_hwsim/tools
make clean
make -j8