From 14f56876f64e7557ef695633b31e9a1c093f9c3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Jan 2016 13:33:01 +0200 Subject: Implement pkg-test|test command --- bpkg/pkg-test.cli | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bpkg/pkg-test.cli (limited to 'bpkg/pkg-test.cli') diff --git a/bpkg/pkg-test.cli b/bpkg/pkg-test.cli new file mode 100644 index 0000000..e04ba5f --- /dev/null +++ b/bpkg/pkg-test.cli @@ -0,0 +1,36 @@ +// file : bpkg/pkg-test.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\section=1" +"\name=bpkg-pkg-test" +"\summary=test package" + +namespace bpkg +{ + { + " ", + + "\h|SYNOPSIS| + + \c{\b{bpkg pkg-test}|\b{test} [] [] ( [])...} + + \h|DESCRIPTION| + + The \cb{pkg-test} command tests the previously configured (via + \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. Underneath, + this command doesn't do much more than run \cb{b test}. + + Additional command line variables (, normally \cb{config.*}) can be + passed to the build system by either specifying them before the packages, + in which case they apply to all of them, or after a specific package, in + which case they apply only to this package." + } + + class pkg_test_options: configuration_options + { + "\h|PKG-TEST OPTIONS|" + }; +} -- cgit v1.1