#include #include namespace license { namespace test { std::string generate_license(const std::string& fname, const std::vector& other_args); std::string sign_data(const std::string& data, const std::string& test_name); void tetsMultiple_features(); } // namespace test } // namespace license