gcontini
2020-04-25 36093433d67c2eb2c2a7b86ff4ffb9138e1f1869
test/functional/generate-license.h
@@ -1,7 +1,11 @@
#include <string>
#include <vector>
namespace license {
namespace test {
#include<string>
#include<vector>
std::string generate_license(const std::string& fname, const std::vector<std::string>& other_args);
std::string sign_data(const std::string& data, const std::string& test_name);
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args) ;
}  // namespace test
}  // namespace license