diff --git a/conda/meta.yaml b/conda/meta.yaml
index 5f0355a5f0e8977448440fafe7e20b88c0d87547..1397a84f8edbed8754e372e6cb2f33c4af8e4269 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]