You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes a problem that caused seg faults when running
subsets test. Previously, if the subset didn't include the
prif_init test, then prif_init was never called. This commit calls
prif_init in test/main.F90 before running the tests. Consequently,
the test for normal execution of prif_init now happens via an
assertion rather than in a unit test.
0 commit comments