Skip to content

Commit

Permalink
Merge pull request #174 from Goddard-Fortran-Ecosystem/feature/#173-n…
Browse files Browse the repository at this point in the history
…amespace-in-driver

Fixes #173
  • Loading branch information
tclune authored Dec 18, 2019
2 parents 97ec8dc + cd58ce6 commit c9003ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@


program main
use FUnit
use FUnit, only: TestSuite
use FUnit, only: stub
#ifdef PFUNIT_EXTRA_USE
! Use external code for whatever suite-wide fixture is in use.
use PFUNIT_EXTRA_USE
Expand Down

0 comments on commit c9003ff

Please sign in to comment.