Skip to content

Commit 03ae20a

Browse files
committed
updated VS files.
added missing ones
1 parent 8212d59 commit 03ae20a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

visual_studio/jsonfortrantest/jsonfortrantest.f90

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ program jsonfortrantest
4949
use jf_test_40_mod , only: test_40
5050
use jf_test_41_mod , only: test_41
5151
use jf_test_42_mod , only: test_42
52+
use jf_test_43_mod , only: test_43
53+
use jf_test_44_mod , only: test_44
54+
use jf_test_45_mod , only: test_45
55+
use jf_test_46_mod , only: test_46
56+
use jf_test_47_mod , only: test_47
5257

5358
implicit none
5459

@@ -102,6 +107,7 @@ program jsonfortrantest
102107
call test_44(n_errors); if (n_errors /= 0) stop 1
103108
call test_45(n_errors); if (n_errors /= 0) stop 1
104109
call test_46(n_errors); if (n_errors /= 0) stop 1
110+
call test_47(n_errors); if (n_errors /= 0) stop 1
105111

106112
end program jsonfortrantest
107113
!*****************************************************************************************

visual_studio/jsonfortrantest/jsonfortrantest.vfproj

+1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@
9292
<File RelativePath="..\..\src\tests\jf_test_44.F90"/>
9393
<File RelativePath="..\..\src\tests\jf_test_45.F90"/>
9494
<File RelativePath="..\..\src\tests\jf_test_46.F90"/>
95+
<File RelativePath="..\..\src\tests\jf_test_47.F90"/>
9596
<File RelativePath=".\jsonfortrantest.f90"/></Filter></Files>
9697
<Globals/></VisualStudioProject>

0 commit comments

Comments
 (0)