Skip to content

Commit

Permalink
Add tags to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Sep 14, 2024
1 parent fdd5d4c commit 471171d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_euler_source_terms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module TestCompressibleEulerSourceTerms
# Kernels:
# -`cuda_sources!`
# Conditions:
# - `nonconservative_terms::False`
# - `nonconservative_terms::False`
# - `source_terms`
#######################################################################

Expand Down
3 changes: 2 additions & 1 deletion test/test_shallowwater_source_terms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module TestShallowWaterSourceTerms
# Kernels:
# -`cuda_sources!`
# Conditions:
# - `nonconservative_terms::True`
# - `nonconservative_terms::True`
# - `volume_integral::VolumeIntegralFluxDifferencing`
# - `source_terms`
#######################################################################

Expand Down

0 comments on commit 471171d

Please sign in to comment.