]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
testcase: support "haiku" disttype
authorMichael Schroeder <mls@suse.de>
Mon, 3 Feb 2014 18:06:16 +0000 (19:06 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 3 Feb 2014 18:06:16 +0000 (19:06 +0100)
ext/testcase.c

index 13f52df0cd6c18aeb8e2ad3347a8fdf4755bea07..a067affb68c7e84f87cc6e96dff2e0c9846c75cf 100644 (file)
@@ -125,6 +125,7 @@ static struct disttype2str {
   { DISTTYPE_RPM,  "rpm" },
   { DISTTYPE_DEB,  "deb" },
   { DISTTYPE_ARCH, "arch" },
+  { DISTTYPE_HAIKU, "haiku" },
   { 0, 0 }
 };