Skip to content
Snippets Groups Projects

Added tests to all our spackages

Merged Dani Beltrán requested to merge dbeltran/ebrains-spack-builds:master into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -20,3 +20,9 @@ class BiobbChemistry(PythonPackage):
depends_on('openbabel')
depends_on('ambertools')
depends_on('acpype')
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_chemistry')