Remove test-https on "make clean"
This is not included in the TESTS list, but should be removed anyway. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
57d38ddf6b
commit
b87346c41a
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ run-tests: $(TESTS)
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C ../src clean
|
$(MAKE) -C ../src clean
|
||||||
rm -f $(TESTS) *~ *.o *.d
|
rm -f $(TESTS) *~ *.o *.d
|
||||||
|
rm -f test-https
|
||||||
rm -f test_x509v3_nist.out.*
|
rm -f test_x509v3_nist.out.*
|
||||||
rm -f test_x509v3_nist2.out.*
|
rm -f test_x509v3_nist2.out.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue