- start testcase reading/writing support
[platform/upstream/libsolv.git] / ext / testcase.h
1 /*
2  * Copyright (c) 2012, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 #include "pool.h"
9 #include "repo.h"
10
11 extern Id testcase_str2dep(Pool *pool, char *s);
12 extern const char *testcase_solvid2str(Pool *pool, Id p);
13 extern Repo *testcase_str2repo(Pool *pool, const char *str);
14 extern Id testcase_str2solvid(Pool *pool, const char *str);
15 extern const char *testcase_job2str(Pool *pool, Id how, Id what);
16 extern Id testcase_str2job(Pool *pool, const char *str, Id *whatp);
17 extern int testcase_write_susetags(Repo *repo, FILE *fp);
18