File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 41
41
<Tool Name =" VFPreBuildEventTool" />
42
42
<Tool Name =" VFPostBuildEventTool" /></Configuration ></Configurations >
43
43
<Files >
44
- <Filter Name =" include" >
44
+ <Filter Name =" include" Filter = " inc " >
45
45
<File RelativePath =" ..\..\src\json_macros.inc" />
46
46
<File RelativePath =" ..\..\src\json_initialize_arguments.inc" /></Filter >
47
- <Filter Name =" src" Filter =" F90;f90;for;f;fpp;ftn;def;odl;idl " >
47
+ <Filter Name =" src" Filter =" F90;f90" >
48
48
<File RelativePath =" ..\..\src\json_file_module.F90" />
49
49
<File RelativePath =" ..\..\src\json_kinds.F90" />
50
50
<File RelativePath =" ..\..\src\json_module.F90" />
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ program jsonfortrantest
46
46
use jf_test_37_mod , only: test_37
47
47
use jf_test_38_mod , only: test_38
48
48
use jf_test_39_mod , only: test_39
49
+ use jf_test_40_mod , only: test_40
49
50
50
51
implicit none
51
52
@@ -92,6 +93,7 @@ program jsonfortrantest
92
93
call test_37(n_errors); if (n_errors /= 0 ) stop 1
93
94
call test_38(n_errors); if (n_errors /= 0 ) stop 1
94
95
call test_39(n_errors); if (n_errors /= 0 ) stop 1
96
+ call test_40(n_errors); if (n_errors /= 0 ) stop 1
95
97
96
98
end program jsonfortrantest
97
99
! *****************************************************************************************
Original file line number Diff line number Diff line change 85
85
<File RelativePath =" ..\..\src\tests\jf_test_37.F90" />
86
86
<File RelativePath =" ..\..\src\tests\jf_test_38.F90" />
87
87
<File RelativePath =" ..\..\src\tests\jf_test_39.F90" />
88
+ <File RelativePath =" ..\..\src\tests\jf_test_40.F90" />
88
89
<File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
89
90
<Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments