// 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 #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