Sha256: 1e54713848ae34b3639c53657d3fd320101cfc1600a96f37d709e56a04aecef7
Contents?: true
Size: 475 Bytes
Versions: 16
Compression:
Stored size: 475 Bytes
Contents
#define CATCH_CONFIG_RUNNER #include <catch.hpp> #include <facter/ruby/ruby.hpp> #include <facter/logging/logging.hpp> #include <boost/nowide/iostream.hpp> using namespace std; using namespace facter::logging; int main(int argc, char **argv) { // Disable logging for tests setup_logging(boost::nowide::cout); set_level(level::none); // Before running tests, initialize Ruby facter::ruby::initialize(); return Catch::Session().run( argc, argv ); }
Version data entries
16 entries across 16 versions & 2 rubygems