aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-03-16 01:22:23 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-03-16 01:22:23 +0000
commit4692f5ba267775ca730c1819a43636d82ee6b6e8 (patch)
treee98f08ec80dfdc4b5fe3c533f98782fdee5e58eb
parent0d7f18cddc1bb341c555ba16e94e3f5e904b0b31 (diff)
downloadsrc-4692f5ba267775ca730c1819a43636d82ee6b6e8.tar.gz
src-4692f5ba267775ca730c1819a43636d82ee6b6e8.zip
Document support for TAP-compliant Perl test programs.
Notes
Notes: svn path=/head/; revision=263217
-rw-r--r--share/mk/bsd.README11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 0dcfb2ccadd1..ba6210036b59 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -426,11 +426,22 @@ PLAIN_TESTS_CXX The names of the plain (legacy) test programs to build.
PLAIN_TESTS_SH The names of the plain (legacy) test programs to build.
+TAP_PERL_INTERPRETER
+ Path to the Perl interpreter to be used for
+ TAP-compliant test programs that are written in Perl.
+ Refer to TAP_TESTS_PERL for details.
+
TAP_TESTS_C The names of the TAP-compliant C test programs to build.
TAP_TESTS_CXX The names of the TAP-compliant C++ test programs to
build.
+TAP_TESTS_PERL The names of the TAP-compliant Perl test programs to
+ build. The corresponding source files should end with
+ the .pl extension; the test program is marked as
+ requiring Perl; and TAP_PERL_INTERPRETER is used in the
+ built scripts as the interpreter of choice.
+
TAP_TESTS_SH The names of the TAP-compliant sh test programs to
build.