Remove forgotten file in rm -f *.o pEpEngineTest *.a *~ apple_mail_test blacklist_accept_new_key_test blacklist_test bloblist_test case_and_dot_address_test crashdump_test decorate_test encrypt_for_identity_test encrypt_missing_private_key_test external_revoke_test i18n_test identity_list_test keyedit_test least_color_group_test least_common_denom_color_test map_asn1_test message_api_test mime_test mistrust_undo_test pEp_subject_received_test pgp_binary_test pgp_list_keys_test revoke_regen_attach_test sequence_test stringlist_test stringpair_list_test trustwords_test pep_Dokument_Titel.pdf msg4.asc msg_encrypt_for_self.asc
rm -Rf *.dSYM ..//test_home pubring.gpg secring.gpg random_seed *.conf trustdb.gpg
1.1 --- a/test/Makefile Tue Oct 17 09:55:01 2017 +0200
1.2 +++ b/test/Makefile Tue Oct 17 16:19:58 2017 +0200
1.3 @@ -86,7 +86,7 @@
1.4
1.5 .PHONY: clean
1.6 clean:
1.7 - rm -f *.o $(TARGET) *.a *~ $(UNIT_TESTS) pep_Dokument_Titel.pdf msg4.asc
1.8 + rm -f *.o $(TARGET) *.a *~ $(UNIT_TESTS) pep_Dokument_Titel.pdf msg4.asc msg_encrypt_for_self.asc
1.9 rm -Rf *.dSYM $(TEST_HOME) pubring.gpg secring.gpg random_seed *.conf trustdb.gpg
1.10
1.11 .PHONY: test