Remove building with NOCRYPTO option
[minix3.git] / external / bsd / atf / dist / tools / sample / atf-run.hooks
blob86d187d3de3bbbcbab5cc7bc40292b32c7629ab0
2 # Definition of custom hooks for atf-run.
4 # Uncomment any hooks that you want to override and add your own code
5 # to them.  Some sample calls are included in them.  Be very careful
6 # with what you print from here.
8 # See atf-run(1) for more details.
11 #info_start_hook()
13 #    default_info_start_hook "${@}"
15 #    atf_tps_writer_info "extra.info" "An example"
18 #info_end_hook()
20 #    default_info_end_hook "${@}"
22 #    atf_tps_writer_info "extra.info" "An example"