diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:54:23 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:54:24 +0900 |
commit | 1a93853889c819ac2d3c8e83e856f4775e664b00 (patch) | |
tree | 283fb5892b7e064fb16c1f192bc61c86110f31c2 /ext/testcase.h | |
parent | 8a7ffe4fc2b44b84fb045f80c1a016b3f200aa8b (diff) | |
download | libsolv-1a93853889c819ac2d3c8e83e856f4775e664b00.tar.gz libsolv-1a93853889c819ac2d3c8e83e856f4775e664b00.tar.bz2 libsolv-1a93853889c819ac2d3c8e83e856f4775e664b00.zip |
Imported Upstream version 0.6.11upstream/0.6.11
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149
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 14a2cca..78f78b0 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -15,6 +15,8 @@ #define TESTCASE_RESULT_RECOMMENDED (1 << 3) #define TESTCASE_RESULT_UNNEEDED (1 << 4) #define TESTCASE_RESULT_ALTERNATIVES (1 << 5) +#define TESTCASE_RESULT_RULES (1 << 6) +#define TESTCASE_RESULT_GENID (1 << 7) extern Id testcase_str2dep(Pool *pool, const char *s); extern const char *testcase_dep2str(Pool *pool, Id id); |