NAME
Tapper::Test - Tapper - Utilities for Perl based Tapper testing
SYNOPSIS
use Tapper::Test;
tapper_suite_meta();
DESCRIPTION
When running tests in Tapper the Tapper report framework expects a number of metainformation about the test system. To generate these metainformation you can use Tapper::Test. Call Tapper::Test::tapper_suite_meta() in your perl test script. This will print the metainformation to STDOUT in the format Tapper expects (TAP headers). See Tapper::Doc for more information on Tapper testing.
tapper_suite_meta
Provides general meta information applying to the whole report.
tapper_section_meta
Provides meta information allowed to be repeated in several sections.
AUTHORS
AMD OSRC Tapper Team <tapper@amd64.org>
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Advanced Micro Devices, Inc..
This is free software, licensed under:
The (two-clause) FreeBSD License