Skip to content

Commit 2d52cbb

Browse files
committed
updated VS solution for new unit test.
1 parent 195691e commit 2d52cbb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

visual_studio/jsonfortrantest/jsonfortrantest.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ program jsonfortrantest
3737
use jf_test_29_mod , only: test_29
3838
use jf_test_30_mod , only: test_30
3939
use jf_test_31_mod , only: test_31
40+
use jf_test_32_mod , only: test_32
4041

4142
implicit none
4243

@@ -74,6 +75,7 @@ program jsonfortrantest
7475
call test_29(n_errors); if (n_errors /= 0) stop 1
7576
call test_30(n_errors); if (n_errors /= 0) stop 1
7677
call test_31(n_errors); if (n_errors /= 0) stop 1
78+
call test_32(n_errors); if (n_errors /= 0) stop 1
7779

7880
end program jsonfortrantest
7981
!*****************************************************************************************

visual_studio/jsonfortrantest/jsonfortrantest.vfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
<File RelativePath="..\..\src\tests\jf_test_29.F90"/>
7777
<File RelativePath="..\..\src\tests\jf_test_30.F90"/>
7878
<File RelativePath="..\..\src\tests\jf_test_31.F90"/>
79+
<File RelativePath="..\..\src\tests\jf_test_32.F90"/>
7980
<File RelativePath=".\jsonfortrantest.f90"/></Filter></Files>
8081
<Globals/></VisualStudioProject>

0 commit comments

Comments
 (0)