File tree Expand file tree Collapse file tree 8 files changed +840
-81
lines changed
Expand file tree Collapse file tree 8 files changed +840
-81
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,12 @@ coverage.info
3535cmake /wolfpkcs11Config.cmake
3636cmake /wolfpkcs11Targets.cmake
3737cmake /wolfpkcs11ConfigVersion.cmake
38- tests /pkcs11test
39- tests /pkcs11mtt
40- tests /pkcs11str
41- tests /object_id_uniqueness_test
42- tests /rsa_session_persistence_test
43- tests /debug_test
44- tests /token_path_test
45- tests /pkcs11v3test
38+ # Test binaries and build artifacts
39+ tests /*
40+ ! tests /* .c
41+ ! tests /* .h
42+ ! tests /* .am
43+ ! tests /README.md
4644examples /add_aes_key
4745examples /add_hmac_key
4846examples /add_rsa_key
@@ -53,16 +51,7 @@ examples/mech_info
5351examples /obj_list
5452examples /slot_info
5553examples /token_info
56- store /wp11 *
57- store /debug
58- store /empty_pin_test
59- store /object
60- store /pkcs11mtt
61- store /pkcs11test
62- store /pkcs11v3test
63- store /rsa
64- store /str
65- store /debug
54+ store /*
6655test /*
6756* .gcda
6857* .gcno
@@ -73,18 +62,13 @@ add_cert_file
7362.cache
7463compile_commands.json
7564
76- tests /wp11_rsakey_ *
77- tests /wp11_dhkey_ *
78- tests /wp11_ecckey_ *
79- tests /wp11_symmkey_ *
80- tests /wp11_token_ *
81- tests /wp11_obj_ *
82- tests /token_path_test
83- tests /rsa_session_persistence_test
84- tests /empty_pin_store_test
8565
8666IDE /VisualStudio /.vs
8767
8868doc /doxygen_warnings
8969doc /html /
9070doc /refman.pdf
71+
72+ AGENTS.md
73+ CLAUDE.md
74+ .clangd
You can’t perform that action at this time.
0 commit comments