Files
bind9/unit/atf-src/bootstrap/package.m4
Evan Hunt 218d0d146a 3043. [test] Merged in the NetBSD ATF test framework (currently
version 0.12) for development of future unit tests.
                        Use configure --with-atf to build ATF internally
                        or configure --with-atf=prefix to use an external
                        copy.  [RT #23209]
2011-02-26 05:46:59 +00:00

7 lines
292 B
Plaintext

# Signature of the current package.
m4_define(AT_PACKAGE_NAME, Automated Testing Framework)
m4_define(AT_PACKAGE_TARNAME, atf)
m4_define(AT_PACKAGE_VERSION, 0.12)
m4_define(AT_PACKAGE_STRING, Automated Testing Framework 0.12)
m4_define(AT_PACKAGE_BUGREPORT, atf-devel@NetBSD.org)