From ed90d8a883e8493618e129b1238d1f1e9c46873d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 14 Oct 2024 13:05:04 -0400 Subject: [PATCH] Add build-specific tests --- recipes/connectome-workbench/meta.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/connectome-workbench/meta.yaml b/recipes/connectome-workbench/meta.yaml index 95cc02cb0b57a..9ac10e5501a44 100644 --- a/recipes/connectome-workbench/meta.yaml +++ b/recipes/connectome-workbench/meta.yaml @@ -54,6 +54,9 @@ outputs: - qt-main - libgl # [linux] - libglu # [linux] + test: + commands: + - wb_view -help - name: {{ name }}-cli script: build_cli.sh requirements: @@ -85,17 +88,15 @@ outputs: - qt-main - libgl # [linux] - libglu # [linux] + test: + commands: + - wb_command -version - name: {{ name }} requirements: run: - {{ pin_subpackage('connectome-workbench-cli', exact=True) }} - {{ pin_subpackage('connectome-workbench-gui', exact=True) }} - -test: - commands: - - wb_command -help - about: home: https://www.humanconnectome.org/software/connectome-workbench summary: 'Neuroimaging utility for the Human Connectome Project'