File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
visual_studio/jsonfortrantest Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ program jsonfortrantest
3737 use jf_test_29_mod , only: test_29
3838 use jf_test_30_mod , only: test_30
3939 use jf_test_31_mod , only: test_31
40+ use jf_test_32_mod , only: test_32
4041
4142 implicit none
4243
@@ -74,6 +75,7 @@ program jsonfortrantest
7475 call test_29(n_errors); if (n_errors /= 0 ) stop 1
7576 call test_30(n_errors); if (n_errors /= 0 ) stop 1
7677 call test_31(n_errors); if (n_errors /= 0 ) stop 1
78+ call test_32(n_errors); if (n_errors /= 0 ) stop 1
7779
7880 end program jsonfortrantest
7981! *****************************************************************************************
Original file line number Diff line number Diff line change 7676 <File RelativePath =" ..\..\src\tests\jf_test_29.F90" />
7777 <File RelativePath =" ..\..\src\tests\jf_test_30.F90" />
7878 <File RelativePath =" ..\..\src\tests\jf_test_31.F90" />
79+ <File RelativePath =" ..\..\src\tests\jf_test_32.F90" />
7980 <File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
8081 <Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments