File tree 2 files changed +7
-0
lines changed
visual_studio/jsonfortrantest
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ program jsonfortrantest
49
49
use jf_test_40_mod , only: test_40
50
50
use jf_test_41_mod , only: test_41
51
51
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
52
57
53
58
implicit none
54
59
@@ -102,6 +107,7 @@ program jsonfortrantest
102
107
call test_44(n_errors); if (n_errors /= 0 ) stop 1
103
108
call test_45(n_errors); if (n_errors /= 0 ) stop 1
104
109
call test_46(n_errors); if (n_errors /= 0 ) stop 1
110
+ call test_47(n_errors); if (n_errors /= 0 ) stop 1
105
111
106
112
end program jsonfortrantest
107
113
! *****************************************************************************************
Original file line number Diff line number Diff line change 92
92
<File RelativePath =" ..\..\src\tests\jf_test_44.F90" />
93
93
<File RelativePath =" ..\..\src\tests\jf_test_45.F90" />
94
94
<File RelativePath =" ..\..\src\tests\jf_test_46.F90" />
95
+ <File RelativePath =" ..\..\src\tests\jf_test_47.F90" />
95
96
<File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
96
97
<Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments