866b001ea5
Initial import of the Automated Testing Framework, version 0.3, a project that provides a framework to easily implement test cases for the NetBSD operating system and some tools to run them and generate reports with the results. Note that this is just the framework (libraries and tools), which is and will be maintained externally. The tests themselves will come later, will be put under the 'tests' hierarchy and will be managed exclusively under the NetBSD CVS tree given that they are tied to the operating system. The work done until version 0.1 was sponsored by the Google Summer of Code 2007 program and mentored by martin@.
24 lines
483 B
Plaintext
24 lines
483 B
Plaintext
#
|
|
# Definition of custom hooks for atf-run.
|
|
#
|
|
# Uncomment any hooks that you want to override and add your own code
|
|
# to them. Some sample calls are included in them. Be very careful
|
|
# with what you print from here.
|
|
#
|
|
# See atf-run(1) for more details.
|
|
#
|
|
|
|
#info_start_hook()
|
|
#{
|
|
# default_info_start_hook "${@}"
|
|
#
|
|
# atf_tps_writer_info "extra.info" "An example"
|
|
#}
|
|
|
|
#info_end_hook()
|
|
#{
|
|
# default_info_end_hook "${@}"
|
|
#
|
|
# atf_tps_writer_info "extra.info" "An example"
|
|
#}
|