]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Support SELECTION_WITH_DISABLED and SELECTION_WITH_BADARCH in testcases
authorMichael Schroeder <mls@suse.de>
Tue, 14 Nov 2017 13:38:40 +0000 (14:38 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 14 Nov 2017 13:38:40 +0000 (14:38 +0100)
ext/testcase.c

index 50f63bb7b36799e2d7e23a08b6720541935ec337..0734d767aae583d2a1b116931aea3119f069bcfb 100644 (file)
@@ -172,6 +172,8 @@ static struct selflags2str {
   { SELECTION_WITH_SOURCE, "withsource" },
   { SELECTION_SKIP_KIND, "skipkind" },
   { SELECTION_MATCH_DEPSTR, "depstr" },
+  { SELECTION_WITH_DISABLED, "withdisabled" },
+  { SELECTION_WITH_BADARCH, "withbadarch" },
   { 0, 0 }
 };