From 8aa916f22d3a53d5ec75a801d668883399e82cd2 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Wed, 28 Jun 2023 08:44:42 +0000
Subject: [PATCH] meta (conda): add back the "bob" commands tests.

---
 conda/meta.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 5f0355a5..1397a84f 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -55,6 +55,22 @@ test:
   imports:
     - {{ name.replace('-','_') }}
   commands:
+    - bob bio --help
+    - bob bio annotate --help
+    - bob bio metrics --help
+    - bob bio roc --help
+    - bob bio det --help
+    - bob bio epc --help
+    - bob bio hist --help
+    - bob bio cmc --help
+    - bob bio dir --help
+    - bob bio gen --help
+    - bob bio evaluate --help
+    - bob bio sort --help
+    - bob bio pipeline simple --help
+    - bob bio pipeline score-norm --help
+    - bob bio pipeline transform --help
+    - bob bio pipeline train --help
     - conda inspect linkages -p $PREFIX {{ name }}  # [not win]
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
 
-- 
GitLab