Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed Sep 16, 2024
1 parent b0fdea0 commit 3e2679a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ def test_install_flexpart_cosmo():
spack_install('flexpart-cosmo @V8C4.0')


@pytest.mark.flexpart_cosmo
def test_install_flexpart_cosmo():
spack_install('flexpart-cosmo @V8C4.0 +omp')


@pytest.mark.fdb
def test_install_fdb_5_11_17_gcc():
spack_install('fdb @5.11.17 %gcc')
Expand Down

0 comments on commit 3e2679a

Please sign in to comment.