]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
testsolv: Add missing entries to resultflags2str
authorMichael Schroeder <mls@suse.de>
Wed, 10 Apr 2024 09:04:52 +0000 (11:04 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 10 Apr 2024 09:04:52 +0000 (11:04 +0200)
tools/testsolv.c

index e233cf2a389c1777bbb393b89a1c80fb505627cb..ab31fffc40907a6642d584920873b0ee853ba275 100644 (file)
@@ -26,6 +26,10 @@ static struct resultflags2str {
   { TESTCASE_RESULT_REASON,             "reason" },
   { TESTCASE_RESULT_CLEANDEPS,          "cleandeps" },
   { TESTCASE_RESULT_JOBS,               "jobs" },
+  { TESTCASE_RESULT_USERINSTALLED,      "userinstalled" },
+  { TESTCASE_RESULT_ORDER,              "order" },
+  { TESTCASE_RESULT_ORDEREDGES,         "orderedges" },
+  { TESTCASE_RESULT_PROOF,              "proof" },
   { 0, 0 }
 };