Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / ext / testcase.h
index 4903e6c..341b9c2 100644 (file)
 #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);