diff options
author | Jouni Malinen <j@w1.fi> | 2012-01-01 19:09:18 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-01-01 19:09:18 +0200 |
commit | b87346c41a726d0a5319cb91bd9248ec2fa31e42 (patch) | |
tree | 7fba7ff1791fd81556450eb6d2736ce70d2ea54b /tests | |
parent | 57d38ddf6be4ec7b0347ddd96f250ac86efb890e (diff) | |
download | external_wpa_supplicant_8_ti-b87346c41a726d0a5319cb91bd9248ec2fa31e42.zip external_wpa_supplicant_8_ti-b87346c41a726d0a5319cb91bd9248ec2fa31e42.tar.gz external_wpa_supplicant_8_ti-b87346c41a726d0a5319cb91bd9248ec2fa31e42.tar.bz2 |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 91b10c5..0774337 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -93,6 +93,7 @@ run-tests: $(TESTS) clean: $(MAKE) -C ../src clean rm -f $(TESTS) *~ *.o *.d + rm -f test-https rm -f test_x509v3_nist.out.* rm -f test_x509v3_nist2.out.* |