公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix boost layout, update submodule
gcontini
2019-12-01
d02fce46e19f1a7b77a952210974a875c493593f
[module/open-license-manager.git]
/
test
/
functional
/
generate-license.h
1
2
3
4
5
6
7
8
9
10
11
#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);
} // namespace test
} // namespace license