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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bpkg/pkg-test (limited to 'bpkg/pkg-test') diff --git a/bpkg/pkg-test b/bpkg/pkg-test new file mode 100644 index 0000000..cb42b14 --- /dev/null +++ b/bpkg/pkg-test @@ -0,0 +1,21 @@ +// file : bpkg/pkg-test -*- C++ -*- +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_PKG_TEST +#define BPKG_PKG_TEST + +#include +#include +#include + +namespace bpkg +{ + inline int + pkg_test (const pkg_test_options& o, cli::scanner& args) + { + return pkg_command ("test", o, args); + } +} + +#endif // BPKG_PKG_TEST -- cgit v1.1