File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
visual_studio/jsonfortrantest Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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! *****************************************************************************************
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments