diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:53:59 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:53:59 +0900 |
commit | 40d5592805eaa650df84c50b9fed3cbdc4823fc5 (patch) | |
tree | cb7545e1e1440422a99b415a18959bedd777858f /ext/testcase.h | |
parent | e69296cfbfd9bc7a9a5da7a78fbaca07072e3d16 (diff) | |
download | libsolv-40d5592805eaa650df84c50b9fed3cbdc4823fc5.tar.gz libsolv-40d5592805eaa650df84c50b9fed3cbdc4823fc5.tar.bz2 libsolv-40d5592805eaa650df84c50b9fed3cbdc4823fc5.zip |
Imported Upstream version 0.6.9upstream/0.6.9
Change-Id: Icf4a1aa6525f6c2bfc9da6f3ba1609728f39a073
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ext/testcase.h')
-rw-r--r-- | ext/testcase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/testcase.h b/ext/testcase.h index 4243e4f..14a2cca 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -14,8 +14,10 @@ #define TESTCASE_RESULT_ORPHANED (1 << 2) #define TESTCASE_RESULT_RECOMMENDED (1 << 3) #define TESTCASE_RESULT_UNNEEDED (1 << 4) +#define TESTCASE_RESULT_ALTERNATIVES (1 << 5) extern Id testcase_str2dep(Pool *pool, const char *s); +extern const char *testcase_dep2str(Pool *pool, Id id); extern const char *testcase_repoid2str(Pool *pool, Id repoid); extern const char *testcase_solvid2str(Pool *pool, Id p); extern Repo *testcase_str2repo(Pool *pool, const char *str); |