File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 42
42
<Tool Name =" VFPostBuildEventTool" /></Configuration ></Configurations >
43
43
<Files >
44
44
<Filter Name =" include" Filter =" inc" >
45
+ <File RelativePath =" ..\..\src\json_get_scalar_by_path.inc" />
46
+ <File RelativePath =" ..\..\src\json_get_vec_by_path_alloc.inc" />
47
+ <File RelativePath =" ..\..\src\json_get_vec_by_path.inc" />
45
48
<File RelativePath =" ..\..\src\json_initialize_arguments.inc" />
46
49
<File RelativePath =" ..\..\src\json_initialize_dummy_arguments.inc" />
47
50
<File RelativePath =" ..\..\src\json_macros.inc" /></Filter >
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ program jsonfortrantest
56
56
use jf_test_47_mod , only: test_47
57
57
use jf_test_48_mod , only: test_48
58
58
use jf_test_49_mod , only: test_49
59
+ use jf_test_50_mod , only: test_50
60
+ use jf_test_51_mod , only: test_51
59
61
60
62
implicit none
61
63
@@ -112,6 +114,8 @@ program jsonfortrantest
112
114
call test_47(n_errors); if (n_errors /= 0 ) stop 1
113
115
call test_48(n_errors); if (n_errors /= 0 ) stop 1
114
116
call test_49(n_errors); if (n_errors /= 0 ) stop 1
117
+ call test_50(n_errors); if (n_errors /= 0 ) stop 1
118
+ call test_51(n_errors); if (n_errors /= 0 ) stop 1
115
119
116
120
end program jsonfortrantest
117
121
! *****************************************************************************************
You can’t perform that action at this time.
0 commit comments