Imported Upstream version 0.7.5
[platform/upstream/libsolv.git] / ext / testcase.h
index d3ad505..997feaf 100644 (file)
 #define TESTCASE_RESULT_RULES          (1 << 6)
 #define TESTCASE_RESULT_GENID          (1 << 7)
 #define TESTCASE_RESULT_REASON         (1 << 8)
+#define TESTCASE_RESULT_CLEANDEPS      (1 << 9)
+#define TESTCASE_RESULT_JOBS           (1 << 10)
+#define TESTCASE_RESULT_USERINSTALLED  (1 << 11)
+
+/* 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);