Conversation

Jarkko Sakkinen

the next thing i do for tpm2_protocol is render out "rstest" and "hex" from cargo test and make my macro auto-generate roundtrip tests.

i'll also add a Makefile to the root with "make test" target. It will build the test binary with rustc and run the tests. Finally this will be added to the CI.
1
0
0
i.e.

1. better coverage
2. time saved from writing tests
3. less dependecies
0
0
0
@pinkforest I noticed that more i bake the implementation into syntax tree macros, the more i actually appreciate super static text editor like (plain) vim. Anything that auto-completes gets in the way as you sort of define how things complete automatically with a manual script :-)
1
0
0
i.e. you do a little to generate a lot
0
0
0