Skip to content

Commit

Permalink
Add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Mar 8, 2025
1 parent 867da7c commit 7b07837
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Examples/Tests/langmuir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,13 @@ if(WarpX_FFT)
OFF # dependency
)
endif()

add_warpx_test(
test_3d_langmuir_multi_customcoef # name
3 # dims
2 # nprocs
inputs_test_3d_langmuir_multi_customcoef # inputs
"analysis_3d.py diags/diag1000040" # analysis
"analysis_default_regression.py --path diags/diag1000040" # checksum
OFF # dependency
)

0 comments on commit 7b07837

Please sign in to comment.