summaryrefslogtreecommitdiff
path: root/ext/testcase.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/testcase.c')
-rw-r--r--ext/testcase.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/testcase.c b/ext/testcase.c
index dad6503..8edf58f 100644
--- a/ext/testcase.c
+++ b/ext/testcase.c
@@ -153,6 +153,7 @@ static struct disttype2str {
{ DISTTYPE_DEB, "deb" },
{ DISTTYPE_ARCH, "arch" },
{ DISTTYPE_HAIKU, "haiku" },
+ { DISTTYPE_CONDA, "conda" },
{ 0, 0 }
};
@@ -405,6 +406,7 @@ struct oplist {
{ REL_ELSE, "<ELSE>" },
{ REL_ERROR, "<ERROR>" },
{ REL_UNLESS, "<UNLESS>" },
+ { REL_CONDA, "<CONDA>" },
{ REL_LT, "<" },
{ 0, 0 }
};