X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Ftestcase.h;h=341b9c29debea5c6e112f8fbafd413956a60a15b;hb=refs%2Ftags%2Fupstream%2F0.6.28;hp=4903e6c77b7dd6c8b5d0a97ef6103dcff518079d;hpb=9d82811ac90c5db61fca60e3e7c95ba58bc66393;p=platform%2Fupstream%2Flibsolv.git diff --git a/ext/testcase.h b/ext/testcase.h index 4903e6c..341b9c2 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -17,6 +17,10 @@ #define TESTCASE_RESULT_ALTERNATIVES (1 << 5) #define TESTCASE_RESULT_RULES (1 << 6) #define TESTCASE_RESULT_GENID (1 << 7) +#define TESTCASE_RESULT_REASON (1 << 8) + +/* reuse solver hack, testsolv use only */ +#define TESTCASE_RESULT_REUSE_SOLVER (1 << 31) extern Id testcase_str2dep(Pool *pool, const char *s); extern const char *testcase_dep2str(Pool *pool, Id id);