Skip to content

Commit

Permalink
Add unit test stub for routine w3fi71.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jan 13, 2023
1 parent 15c28fd commit 5ec3205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ if(BUILD_D)
# These are the tests.
w3emc_test(test_summary)
w3emc_test(test_w3tagb)
w3emc_test(test_w3fi71)
endif()
5 changes: 5 additions & 0 deletions tests/test_w3fi71.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
program test_w3fi71
implicit none
print*,"Testing w3fi71..."
print*,"SUCCESS"
end program test_w3fi71

0 comments on commit 5ec3205

Please sign in to comment.