Skip to content

Commit

Permalink
Merge pull request #710 from douglasjacobsen/application-language-tests
Browse files Browse the repository at this point in the history
Remove directive based language tests
  • Loading branch information
rfbgo authored Oct 21, 2024
2 parents 7f40b12 + 24f00bb commit e662688
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 498 deletions.
1 change: 0 additions & 1 deletion lib/ramble/ramble/appkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from ramble.application import ApplicationBase
from ramble.application_types.executable import ExecutableApplication
from ramble.application_types.spack import SpackApplication
from ramble.spec import Spec

import ramble.language.application_language
Expand Down
54 changes: 0 additions & 54 deletions lib/ramble/ramble/application_types/spack.py

This file was deleted.

32 changes: 0 additions & 32 deletions lib/ramble/ramble/modifier_types/spack.py

This file was deleted.

1 change: 0 additions & 1 deletion lib/ramble/ramble/modkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

from ramble.modifier import ModifierBase
from ramble.modifier_types.basic import BasicModifier
from ramble.modifier_types.spack import SpackModifier
from ramble.spec import Spec

import ramble.language.modifier_language
Expand Down
Loading

0 comments on commit e662688

Please sign in to comment.