diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1a7c95acb6da05634579c283c8de6248c82a7677..57b6a20a123908e56f736ab9e47dc7b4e01cd0c5 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -47,9 +47,15 @@ test:
   commands:
     # test commands ("script" entry-points) from your package here
     - bob binseg --help
-    - bob binseg train --help
-    - bob binseg test --help
     - bob binseg compare --help
+    - bob binseg evalpred --help
+    - bob binseg gridtable --help
+    - bob binseg predict --help
+    - bob binseg ssltrain --help
+    - bob binseg test --help
+    - bob binseg train --help
+    - bob binseg transformfolder --help
+    - bob binseg visualize --help
     - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
     - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
     - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx