Skip to content

Spack Test Command Cheatsheet

Cyrus Harrison edited this page May 24, 2021 · 1 revision

Spack Test During Install:

bin/spack install --test=root conduit

Spack Test Post Install:

bin/spack test run --alias my_test_run conduit
bin/spack test results -l  my_test_run
Clone this wiki locally