nancy.liao
2025-05-23 8553a8d63f97cfa8d64b5b2260e81f8c896a8398
1
2
3
4
5
6
7
8
9
10
11
12
#include <string>
#include <vector>
 
namespace license {
namespace test {
 
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);
void tetsMultiple_features();
 
}  // namespace test
}  // namespace license