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
@@ -19,3 +19,9 @@ class BiobbAnalysis(PythonPackage):
depends_on('biobb-common')
depends_on('gromacs')
depends_on('ambertools')
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_analysis')